Block a user
up-social (f98a08d)
Published 2026-02-14 15:00:57 -03:00 by alexandre
Installation
docker pull git.possebom.com/alexandre/up-social:f98a08dsha256:dc43be087877a557e115c3de565e2f59947e29243aa813a9b0499a98d6aaf159
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 9906028d9d | linux/amd64 | 44 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/up-social /app/up-social # buildkit |
| COPY templates ./templates # buildkit |
| COPY static ./static # buildkit |
| RUN /bin/sh -c chown -R appuser:appuser /app # buildkit |
| USER appuser |
| ENV RUST_LOG=info |
| ENV PORT=8080 |
| EXPOSE [8080/tcp] |
| CMD ["./up-social"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-02-14T17:59:45.462Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | f98a08df620c7b0b3763c6b0683f221dbfd93c6d |
| org.opencontainers.image.source | https://git.possebom.com/alexandre/up-social |
| org.opencontainers.image.title | up-social |
| org.opencontainers.image.url | https://git.possebom.com/alexandre/up-social |
| org.opencontainers.image.version | master |