Block a user
rss-to-json (1.2.0)
Published 2026-04-22 12:45:57 +02:00 by robin
Installation
docker pull gitea.robinsiep.dev/robin/rss-to-json:1.2.0sha256:d57be0cf2f44807f2aef6e729f3db749ecdc43c54537892ef590489fd8345b15
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"] |