Block a user
upsocial (69c9778)
Published 2026-02-09 16:11:28 -03:00 by alexandre
Installation
docker pull git.possebom.com/alexandre/upsocial:69c9778sha256:dc65b489e4f79f73ab1cd5891624015838322a915e4c8a757e10f27f3ef0abc8
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 1d18ed1b94 | linux/amd64 | 80 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/upsocial /app/upsocial # buildkit |
| COPY /app/target/release/seed /app/seed # buildkit |
| COPY templates ./templates # buildkit |
| COPY static ./static # buildkit |
| COPY migrations ./migrations # buildkit |
| RUN /bin/sh -c chown -R appuser:appuser /app # buildkit |
| USER appuser |
| ENV RUST_LOG=info |
| ENV PORT=8080 |
| EXPOSE [8080/tcp] |
| CMD ["./upsocial"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-02-09T19:08:36.516Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 69c9778f62379720eb60902cf9cc81f5f7949f1a |
| org.opencontainers.image.source | https://git.possebom.com/alexandre/upsocial |
| org.opencontainers.image.title | upsocial |
| org.opencontainers.image.url | https://git.possebom.com/alexandre/upsocial |
| org.opencontainers.image.version | latest |