Block a user
upsocial (3780a58)
Published 2026-01-25 10:15:16 -03:00 by alexandre
Installation
docker pull git.possebom.com/alexandre/upsocial:3780a58sha256:0c2a26158213f707f27528726b8d98e403c287f185860a65e6194730774c915b
Images
| Digest | OS / Arch | Size |
|---|---|---|
| fd053e18d4 | linux/amd64 | 71 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-25T13:10:25.095Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 3780a588b6fe43e492e615ddce67ef6d6dbf8c3c |
| 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 |