infra

Platform container images

zyphos/indexer (latest)

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

Installation

docker pull dcr.trinitysan.by/infra/zyphos/indexer:latest
sha256:8ff1b21f874a7ad4ecc8b1e1b0a08a8ba583707607c69586b6a8caa1ec2ed6bf

Images

Digest OS / Arch Size
4fc88416e9 linux/amd64 14 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.24.1-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-06-26 20:10:39 +00:00
0
OCI / Docker
Versions (2) View all