infra

Platform container images

zyphos/ai-agent (latest)

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

Installation

docker pull dcr.trinitysan.by/infra/zyphos/ai-agent:latest
sha256:b6ccc30ebd2169576555f8ba7fd92eb43c020722da46dbad239f6f91bf8ccfa0

Images

Digest OS / Arch Size
51fb019f70 linux/amd64 24 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG SERVICE_NAME=ai-agent
ARG APK_PKGS_RUNTIME=ca-certificates sqlite wget
RUN |2 SERVICE_NAME=ai-agent APK_PKGS_RUNTIME=ca-certificates sqlite wget /bin/sh -c apk --cache-dir /apk-cache add ${APK_PKGS_RUNTIME} # buildkit
WORKDIR /app
COPY /out/ /app/ # buildkit
RUN |2 SERVICE_NAME=ai-agent APK_PKGS_RUNTIME=ca-certificates sqlite wget /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 ai-agent
com.docker.compose.version 5.1.4
Details
Container
2026-06-26 20:05:28 +00:00
0
OCI / Docker
Versions (2) View all