Block a user
upsocial (b4386c2)
Published 2026-01-26 14:28:42 -03:00 by alexandre
Installation
docker pull git.possebom.com/alexandre/upsocial:b4386c2sha256:9fe1a9ef38a5d8dc23b4d7cb068310f246f20fdf6cdea3ff93cc6cff9c33279b
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 897254a2b2 | linux/amd64 | 74 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates 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-01-26T17:24:00.812Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | b4386c2c343714e284237da0b511c2d10d19f6c1 |
| 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 |