tilo-registry-server (sha-c38b673d4fd803247f14873e4e9453d8c4c4f6c0)

Published 2026-09-25 04:24:58 +00:00 by qos-ci in tilo/tilo

Installation

docker pull code.tilo.so/tilo/tilo-registry-server:sha-c38b673d4fd803247f14873e4e9453d8c4c4f6c0
sha256:0f7a3886e07a273dc0fe2fb387de71d03fc990c8bb024508dc6dbcbb3ec8fbf7

About this package

Signed Tilo application catalogue and moderation service

Image layers

bazel build @bookworm//base-files/amd64:data_statusd
bazel build @bookworm//netbase/amd64:data_statusd
bazel build @bookworm//tzdata/amd64:data_statusd
bazel build @bookworm//media-types/amd64:data_statusd
bazel build //common:rootfs
bazel build //common:passwd
bazel build //common:home
bazel build //common:group
bazel build //common:tmp
bazel build //static:nsswitch
bazel build //common:os_release_debian12
bazel build //common:cacerts_debian12_amd64_tar
bazel build @bookworm//libc6/amd64:data_statusd
bazel build @bookworm//libssl3/amd64:data_statusd
bazel build @bookworm//libgomp1/amd64:data_statusd
bazel build @bookworm//libstdc++6/amd64:data_statusd
bazel build @bookworm//libgcc-s1/amd64:data_statusd
bazel build @bookworm//gcc-12-base/amd64:data_statusd
ARG SOURCE_REVISION
LABEL org.opencontainers.image.title=Tilo app registry server org.opencontainers.image.description=Signed Tilo application catalogue and moderation service org.opencontainers.image.source=https://code.podesta.ai/qos/qos org.opencontainers.image.revision=c38b673d4fd803247f14873e4e9453d8c4c4f6c0
COPY --chown=65532:65532 /out/tilo-registry-server /usr/local/bin/tilo-registry-server # buildkit
COPY --chown=65532:65532 /etc/ssl/certs/ca-certificates.crt /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem # buildkit
COPY --chown=65532:65532 /out/state/ /var/lib/tilo-registry/ # buildkit
USER 65532:65532
EXPOSE map[8443/tcp:{}]
ENTRYPOINT ["/usr/local/bin/tilo-registry-server"]
CMD ["--data-dir" "/var/lib/tilo-registry" "serve" "--bind" "0.0.0.0" "--port" "8443"]

Labels

Key Value
org.opencontainers.image.description Signed Tilo application catalogue and moderation service
org.opencontainers.image.revision c38b673d4fd803247f14873e4e9453d8c4c4f6c0
org.opencontainers.image.source https://code.podesta.ai/qos/qos
org.opencontainers.image.title Tilo app registry server