distroless icon indicating copy to clipboard operation
distroless copied to clipboard

🥑 Language focused docker images, minus the operating system.

Results 147 distroless issues
Sort by recently updated
recently updated
newest added

now distroless python3 is 3.9 version. any plan to python 3.10 support? or, How can I build python 3.10 image for personal use?

Some projects do not require libssl/openssl or they use their own. nossl image variant is used as an intermediate layer for the existing base.

Is there any plan to support non LTS java version? It seems related to the Debian support of those if I properly understood? https://github.com/GoogleContainerTools/distroless/issues/510 I found Java 18 in unstable...

Hello, I'm involved in project that requires R code in a very minimal (preferably) **distroless** container. The problem is that I don't understand how this works and if this is...

Signed-off-by: Dirk Haubenreisser This PR adds support for platforms ppc64le and s390x to the existing NodeJS images. Similar platform enablements for Java have been done a while ago in PRs...

This is for mainly getting information and not a bug, We use Envoy and this is how they build base distroless image base-nossl-debian12 **FROM gcr.io/distroless/base-nossl-debian12:nonroot@sha256:51ab103bb161fdf8fee4c6311a2d41f484effc409d4f4c58342ab68b2da7ccc2 AS envoy-distroless** More details here...

@loosebazooka please take your time reviewing and testing this as rules from rules_distroless might not be identical to their counterparts here. I'll push new commits instead of rebasing to make...

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.3 to 3.24.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...

Related to #1506 discussion I've used sigstore similar PR as reference https://github.com/sigstore/root-signing/pull/1097 It is correctly creating the PR https://github.com/joycebrum/distroless/pull/2 (I've forced a change just for it to have something to...

I would like to have ARMv7 support since not all devices are ready to support arm64. Therefore, I've added the architecture in the build process, the same way JAVA_ARCHITECTURES is...