api (sha256:0c8c2e32732c1ed0ab76e304516fc3a913111663fc1ea35860d4a0c790cc05bb)

Published 2026-04-16 07:23:39 +02:00 by phil

Installation

docker pull git.hackmi.ch/hackmi.ch/api@sha256:0c8c2e32732c1ed0ab76e304516fc3a913111663fc1ea35860d4a0c790cc05bb
sha256:0c8c2e32732c1ed0ab76e304516fc3a913111663fc1ea35860d4a0c790cc05bb

Image layers

ADD alpine-minirootfs-3.23.4-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 2026-04-16T05:22:11Z
org.opencontainers.image.revision e4232e40af11a7dbf45f989a13e3db1e36bce2e6
org.opencontainers.image.source https://git.hackmi.ch/hackmi.ch/api.git
org.opencontainers.image.url https://git.hackmi.ch/hackmi.ch/api
Details
Container
2026-04-16 07:23:39 +02:00
0
OCI / Docker
linux/amd64
38 MiB
Versions (2) View all
dev 2026-04-16
stable 2025-12-29