distroless
distroless copied to clipboard
🥑 Language focused docker images, minus the operating system.
I have seen that the python3-requirements example still uses debian 11 which I have upgraded to debian 12. I also replaced the `.format` with a fstring.
Hello All, I have 2 different applications (web apps) and 1 common Dockerfile through which i am building the apps and containerize it. So far i was using full fledged...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.26.5. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
Migrating to bzlmod, needs https://github.com/GoogleContainerTools/rules_distroless/pull/70 first.
I'm trying to run my Node.js application using the` gcr.io/distroless/nodejs20-debian12:debug` image. However, when I execute my application, I get the following error: I am using the npx command in my...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.3 to 2.4.0. Release notes Sourced from ossf/scorecard-action's releases. v2.4.0 What's Changed This update bumps the Scorecard version to the v5 release. For a complete list of...
Should have no user impact. But users should comment here if they have breakages that can be attributed to this. - All image references should remain the same (ex: gcr.io/distroless/static)....
Hello, What would it take to build distroless python images for s390x? I tried a very naive diff: ``` --- a/python3/BUILD +++ b/python3/BUILD @@ -1,7 +1,7 @@ load("@container_structure_test//:defs.bzl", "container_structure_test") load("@rules_oci//oci:defs.bzl",...
Hello Distroless Team, I am currently working on a project that heavily relies on the Distroless images for deploying lightweight containers. Our application, specifically requires GLIBC version 2.39 to run...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.26.13. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...