tilo-registry-server (sha-701c7402480d0ad1dc5cd8ef36abd1204ceaf912)

Published 2026-09-25 18:00:23 +00:00 by qos-ci in tilo/tilo

Installation

docker pull code.tilo.so/tilo/tilo-registry-server:sha-701c7402480d0ad1dc5cd8ef36abd1204ceaf912
sha256:3da5759ef6e05df132433d79140594a1ace95b61d3ba1fec01596d475815dc68

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