Block a user
up-social (b0ed261)
Published 2026-02-14 15:23:46 -03:00 by alexandre
Installation
docker pull git.possebom.com/alexandre/up-social:b0ed261sha256:5490e9af9d8e79fea79a9cd57ddc9d0487c0773751c75e439ca78f20ea2128d4
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 7c5a4c90a6 | linux/amd64 | 44 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-14T18:22:44.202Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | b0ed2614a1c00023e34073d710252680b69fb02b |
| 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 |