Block a user
up-social (46b7317)
Published 2026-02-16 17:49:30 -03:00 by alexandre
Installation
docker pull git.possebom.com/alexandre/up-social:46b7317sha256:f7f5b2701369f0eb3e5ee7959405ec0dc6a8e9e57cfb2c90e8be4aa2b0fe2b41
Images
| Digest | OS / Arch | Size |
|---|---|---|
| bbe4657407 | linux/amd64 | 46 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates curl libssl3 && rm -rf /var/lib/apt/lists/* && useradd -r -s /bin/false appuser # buildkit |
| COPY /app/target/release/up-social /app/up-social # buildkit |
| COPY templates ./templates # buildkit |
| COPY static ./static # buildkit |
| COPY /app/static/css/output.css ./static/css/output.css # buildkit |
| RUN /bin/sh -c chown -R appuser:appuser /app # buildkit |
| USER appuser |
| ENV RUST_LOG=info |
| ENV PORT=8080 |
| EXPOSE [8080/tcp] |
| CMD ["./up-social"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-02-16T20:47:53.980Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 46b7317e358d0f0b1090f297b57b8909d0190ef5 |
| org.opencontainers.image.source | https://git.possebom.com/alexandre/up-social |
| org.opencontainers.image.title | up-social |
| org.opencontainers.image.url | https://git.possebom.com/alexandre/up-social |
| org.opencontainers.image.version | master |