infra

Platform container images

zyphos/indexer (127fea02321e3d8f762052b40e355446e3c5679b)

Published 2026-09-24 12:58:51 +00:00 by it

Installation

docker pull gitea.trinitysan.by/infra/zyphos/indexer:127fea02321e3d8f762052b40e355446e3c5679b
sha256:d0f0a12c305a7d30ae015641bd7e992782273eebc95421229eb9cd2186a79766

Images

Digest OS / Arch Size
51219db3c0 linux/amd64 14 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.24.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG SERVICE_NAME=indexer
ARG APK_PKGS_RUNTIME=ca-certificates netcat-openbsd
RUN |2 SERVICE_NAME=indexer 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=indexer 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 indexer
com.docker.compose.version 5.1.4
Details
Container
2026-09-24 12:58:51 +00:00
0
OCI / Docker
Versions (6) View all