frozy-indexer (latest)

Published 2026-08-14 17:59:14 +03:00 by lain in lain/frozy

Installation

docker pull code.cuddles.rs/lain/frozy-indexer:latest
sha256:d5473119f9824121f32b72901fbd3e5fa1ec8083f119b9d20ea97a19ddf31576

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
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
COPY /app/target/release/frozy-indexer /usr/local/bin/frozy-indexer # buildkit
ENV FROZY_INDEX_PATH=/data/index
ENV FROZY_LISTEN=0.0.0.0:3100
EXPOSE [3100/tcp]
ENTRYPOINT ["/usr/local/bin/frozy-indexer"]
Details
Container
2026-08-14 17:59:14 +03:00
10
OCI / Docker
linux/amd64
14 MiB
Versions (1) View all
latest 2026-08-14