Block a user
up-social (f87e260)
Published 2026-02-17 09:24:35 -03:00 by alexandre
Installation
docker pull git.possebom.com/alexandre/up-social:f87e260sha256:054aff27931c44b113ef527e031522b88b85a51fe687c7d5b9539b170bc8ae46
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 767a6ca1a8 | linux/amd64 | 46 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-17T12:22:55.297Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | f87e260fbc3d10e5685c25fce30ceb38e26909f6 |
| 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 |