Block a user
upsocial (59a582b)
Published 2026-01-25 23:10:11 -03:00 by alexandre
Installation
docker pull git.possebom.com/alexandre/upsocial:59a582bsha256:627e2b331d8e95733b9f5dcf0bff2b9f56fe9f7e5c3e17b8c1e8aa9ad884511c
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 5999b3efef | linux/amd64 | 73 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-26T02:04:22.072Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 59a582b1c7dd1914f81a4afa4be6b41918f457fe |
| 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 |