tilo-registry-server (sha-79e9969488bc9734fe9e03e063b9beb5a9342682)

Published 2026-09-26 11:56:13 +00:00 by qos-ci in tilo/tilo

Installation

docker pull code.tilo.so/tilo/tilo-registry-server:sha-79e9969488bc9734fe9e03e063b9beb5a9342682
sha256:5288eedf8a4cadb256679a1929a3b492c4c3be9aaba0239685bab58014075681

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=79e9969488bc9734fe9e03e063b9beb5a9342682
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 79e9969488bc9734fe9e03e063b9beb5a9342682
org.opencontainers.image.source https://code.podesta.ai/qos/qos
org.opencontainers.image.title Tilo app registry server