Block a user
up-social (8b22f43)
Published 2026-02-17 10:57:02 -03:00 by alexandre
Installation
docker pull git.possebom.com/alexandre/up-social:8b22f43sha256:ce9821d1bf75ff54989c3fe01f77e18038405b0924e6091a7bd31503e76ee7c3
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 1a2bf98c5b | linux/amd64 | 47 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 |
| COPY /app/static/css/output.css ./static/css/output.css # 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-17T13:55:13.673Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 8b22f43434ff3b37c45a7d534062da2d24f505f4 |
| 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 |