tilo-registry-server (sha-7a8652eb22220c45ea680a829d27487cefd60122)

Published 2026-09-24 20:59:41 +00:00 by qos-ci in tilo/tilo

Installation

docker pull code.tilo.so/tilo/tilo-registry-server:sha-7a8652eb22220c45ea680a829d27487cefd60122
sha256:8fff06878fd9bb85054801375fc2df7c6ae88a34d0c9b7611dd7411a0f0f42b1

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