tilo-registry-server (sha-bd4922857872108dd54f285d1c956823619ff320)

Published 2026-09-25 11:24:50 +00:00 by qos-ci in tilo/tilo

Installation

docker pull code.tilo.so/tilo/tilo-registry-server:sha-bd4922857872108dd54f285d1c956823619ff320
sha256:ed778d77a4dac8137a921ea66d48a2b71da7e357fd8e05cc2d2c967e587feb60

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