infra

Platform container images

zyphos/indexer (latest)

Published 2026-09-21 10:21:08 +00:00 by vsevolod.sauta

Installation

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

Images

Digest OS / Arch Size
b116646e86 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-21 10:21:08 +00:00
0
OCI / Docker
Versions (4) View all