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

Node.js 21 has been released, so it may be a good time to add support for it. https://github.com/nodejs/release

**Describe the bug** Within the past 4 days, the docker push of `gcr.io/distroless/java17:debug` stopped including `/usr/lib/x86_64-linux-gnu/libgomp.so.1`. It would be nice if it could still be included, since some of our...

According to https://cloud.google.com/container-registry/docs/release-notes#May_15_2023, it states that `gcr.io/distroless` are deprecated in Container Registry and users are required to migrate to Artifact Registry. Do you have any plans to migration to Artifact...

**Describe the bug** Despite of closing https://github.com/GoogleContainerTools/distroless/issues/1337 `gcr.io/distroless/cc` still use Debian 11. **To Reproduce** Steps to reproduce the behavior: ``` docker run -it gcr.io/distroless/cc:debug / # cat /etc/issue Debian GNU/Linux...

Checked with gcr.io/distroless/java17-debian11. Copyrights for all installed packages saved in /usr/share/doc directory. But the copyrights for the libgcc-s1, libgomp1, libstdc++6 are just symbolic links to the copyright for the gcc-10-base,...

What is the preferred method for building customized / modified distroless images? There seem to be two separate methods: * https://github.com/GoogleContainerTools/distroless/tree/main/debian_package_manager * https://github.com/GoogleContainerTools/distroless/tree/main/package_manager Is there some example / process for...

Istio currently maintains a small [fork](https://github.com/istio/distroless/tree/iptables/iptables) to build a custom image that is basically base + iptables. This is a bit painful, as maintaining a fork is not easy to...

Since 2-3 days I get a `404` error when using the following Dockerfile and then calling the endpoints of my REST API ``` # Build stage FROM rust:slim-buster as builder...

**Describe the bug** I was trying to create a dockerfile using [[gcr.io/distroless/java17-debian11:nonroot-ppc64le](http://gcr.io/distroless/java17-debian11:nonroot-ppc64le)]. The dockerfile builds successfully, however while I try to create a container for this image the container creation...

Hi, I'm using distroless at work and I'm facing a few issues. Having releases would really help out: 1. I'm finding it really frustrating that I have to resolve each...