Block a user
upsocial (9341d07)
Published 2026-02-11 10:31:29 -03:00 by alexandre
Installation
docker pull git.possebom.com/alexandre/upsocial:9341d07sha256:e0c6e6527702c38325aa7dbc099aa18574524135b57c550fc5e96d06ba3ea91e
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 0c24f3f766 | 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-11T13:28:47.879Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 9341d076ca50158e49033b456453b0b6a97ca730 |
| 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 |