kapi (sha256:7007ee731c98a123736c65afa91cde7e6bd6f1182ae45eb6e9540e533ddca60b)

Published 2026-07-14 14:35:39 +02:00 by tomk in tomk/kapi

Installation

docker pull git.hintakartta.com/tomk/kapi@sha256:7007ee731c98a123736c65afa91cde7e6bd6f1182ae45eb6e9540e533ddca60b
sha256:7007ee731c98a123736c65afa91cde7e6bd6f1182ae45eb6e9540e533ddca60b

Image layers

ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk update && apk add ca-certificates && apk add tzdata && rm -rf /var/cache/apk/* # buildkit
COPY /app/main /api # buildkit
COPY static /static # buildkit
COPY creds.json /creds.json # buildkit
ENV GOOGLE_APPLICATION_CREDENTIALS=/creds.json
COPY templates /templates # buildkit
VOLUME [/volume]
COPY recipes /recipes # buildkit
EXPOSE [8222/tcp]
ENTRYPOINT ["/api"]
Details
Container
2026-07-14 14:35:39 +02:00
1
OCI / Docker
linux/arm64
18 MiB
Versions (1) View all
latest 2026-07-15