Block a user
up-social (f691fd0)
Published 2026-02-15 14:36:05 -03:00 by alexandre
Installation
docker pull git.possebom.com/alexandre/up-social:f691fd0sha256:7a0206b0301e4fdb83b881ffbe401f18ecd7a4c78a7dbdd24b3f8351d93e9d11
Images
| Digest | OS / Arch | Size |
|---|---|---|
| be59a3ee89 | 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 |
| 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-15T17:34:36.095Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | f691fd07755c95690156d8f53830632a8e33171f |
| 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 |