alexandre
  • Joined on 2026-01-16

upsocial (53f2e29)

Published 2026-02-01 21:55:37 -03:00 by alexandre

Installation

docker pull git.possebom.com/alexandre/upsocial:53f2e29
sha256:265959f91a8b704a83c4d5fdfceefa6a83ef09eb7c38875a8e35b182f7877c79

Images

Digest OS / Arch Size
edccf0d1ed linux/amd64 76 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-02-02T00:50:17.060Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 53f2e2988d96899d4477e8891bd5d1bdf2be9146
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
Details
Container
2026-02-01 21:55:37 -03:00
0
OCI / Docker
Versions (41) View all
buildcache 2026-02-12
latest 2026-02-12
9920188 2026-02-12
5ca72c8 2026-02-12
4ff9017 2026-02-12