Block a user
rss-to-json (1.3.0)
Published 2026-04-22 12:58:53 +02:00 by robin
Installation
docker pull gitea.robinsiep.dev/robin/rss-to-json:1.3.0sha256:8d613dde26eab1dd41de15afbbc3e8507b7561fd47a0704e977f2812db1e325f
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 |
| USER nonroot:nonroot |
| COPY /app/rss-to-json /usr/local/bin/rss-to-json # buildkit |
| ENTRYPOINT ["rss-to-json"] |