infra

Platform container images

zyphos/jobpool (cb6f5c0d84b8e94d4d2c5eeef71a45b1445f1c6c)

Published 2026-06-26 20:06:42 +00:00 by vsevolod.sauta

Installation

docker pull gitea.trinitysan.by/infra/zyphos/jobpool:cb6f5c0d84b8e94d4d2c5eeef71a45b1445f1c6c
sha256:0d8ac32d2eb40baccdab53c8b0bef5279606ccc2023df7052663bdb4890e372e

Images

Digest OS / Arch Size
69065430b1 linux/amd64 15 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG SERVICE_NAME=jobpool
ARG APK_PKGS_RUNTIME=ca-certificates netcat-openbsd
RUN |2 SERVICE_NAME=jobpool APK_PKGS_RUNTIME=ca-certificates netcat-openbsd /bin/sh -c apk --cache-dir /apk-cache add ${APK_PKGS_RUNTIME} # buildkit
WORKDIR /app
COPY /out/ /app/ # buildkit
RUN |2 SERVICE_NAME=jobpool APK_PKGS_RUNTIME=ca-certificates netcat-openbsd /bin/sh -c mkdir -p /app/data /app/certs && ln -s ${SERVICE_NAME} app # buildkit
EXPOSE [8080/tcp]
CMD ["./app"]

Labels

Key Value
com.docker.compose.project zyphos
com.docker.compose.service jobpool
com.docker.compose.version 5.1.4
Details
Container
2026-06-26 20:06:42 +00:00
0
OCI / Docker
Versions (2) View all