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

Hi, Java 21 is GA, when can we hope to have an updated distroless image ? thanks

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.0. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v6.0.0 Behaviour changes The default values for author and committer have changed. See "What's new"...

dependencies
github_actions

I would like to create a PR for jetty-distribution-9.4.53.v20231009

**Describe the bug** In Debian 12 Distroless images, the mime.TypeByExtension(".tif") function in Golang is returning an empty string, indicating that the MIME type for .tif files is not being recognized....

I saw that you already support Java 21 but this is not mention in the documentation.

I wish to install some database' clients, e.g. mssql or postgres, how can I add them to one of the distroless images?

**Describe the bug** To follow the merged-usr approach, I'm installing a statically linked toybox (with sh) to `/install_root/usr/bin` and then ``` ... FROM gcr.io/distroless/static COPY --from=builder /install_root / ``` Distroless...

Python libraries are frequently incompatible with new Python minor versions. For example, many of my projects will break if switched today to Python 3.12 as they use libraries that only...

I request distroless to extend the java11 EOL date of 2023-12-01, preferably to 2024-06-01, near when Debian 11 goes end of life. The 2023-12-01 date was announced in #1408 on...

Following up on Issue #183 regarding implementation of Docker HEALTHCHECK within a distroless image, the accepted solution no longer appears to work. As per [one of the closing comments](https://github.com/GoogleContainerTools/distroless/issues/183#issuecomment-1483015906) back...