api (sha256:6689f0ce18c597af651168bc8b3d9a357528ecefd5c3bc51edbb51a524f55615)

Published 2025-12-29 19:54:11 +01:00 by phil

Installation

docker pull git.hackmi.ch/hackmi.ch/api@sha256:6689f0ce18c597af651168bc8b3d9a357528ecefd5c3bc51edbb51a524f55615
sha256:6689f0ce18c597af651168bc8b3d9a357528ecefd5c3bc51edbb51a524f55615

Image layers

ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk --no-cache add ca-certificates sqlite # buildkit
RUN /bin/sh -c addgroup -g 1000 appuser && adduser -D -u 1000 -G appuser appuser # buildkit
WORKDIR /app
COPY /app/api . # buildkit
RUN /bin/sh -c mkdir -p /app/data && chown -R appuser:appuser /app # buildkit
USER appuser
EXPOSE [3001/tcp]
CMD ["./api"]

Labels

Key Value
org.opencontainers.image.created 2025-12-29T18:52:39Z
org.opencontainers.image.revision c66292630d633131c9dd43b3de082c6c7e80c944
org.opencontainers.image.source https://git.hackmi.ch/hackmi.ch/api.git
org.opencontainers.image.url https://git.hackmi.ch/hackmi.ch/api
org.opencontainers.image.version 0.1.3
Details
Container
2025-12-29 19:54:11 +01:00
2
OCI / Docker
linux/amd64
37 MiB
Versions (2) View all
stable 2025-12-29
dev 2025-12-29