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

**Describe the bug** Images (at least Debian 12 variants) seem to add `/home/nonroot` layer that modifies the ownership of `/home`: > ![image](https://github.com/user-attachments/assets/8de621fa-980e-412d-8342-72da350360c2) Presumably that was unintentional and only meant to...

Hello, Since the repository maintainers will no longer be generating debian11 images, I need to continue generating them on my own. For this, I understand that when a new vulnerability...

We started having issues with latest nodejs 18.x and 20.x distroless images. I'll add more context and exemplify for nodejs 20.x. We have a simple Dockerfile defined with following content:...

**Describe the bug** We are observing that wget (and our Go services) hangs itself trying to connect to certain IP addresses. Theses addresses resolve fine outside of the distroless container....

Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...

dependencies
javascript

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.15 to 3.29.0. Release notes Sourced from github/codeql-action's releases. v3.29.0 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

- [ ] I have read the [SECURITY.md](https://github.com/GoogleContainerTools/distroless/blob/main/SECURITY.md) - [ ] I understand that this repo tracks debian package releases and cannot fix debian CVEs on its own - [...

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.3 to 2.4.2. Release notes Sourced from ossf/scorecard-action's releases. v2.4.2 What's Changed This update bumps the Scorecard version to the v5.2.1 release. For a complete list of...

dependencies
github_actions

I recently switched a Dockerfile that builds a [Rama](https://github.com/plabayo/rama) derivative from: ``` FROM debian:bookworm-slim AS prod RUN apt-get update && \ apt-get install --no-install-recommends -y ca-certificates ``` to this: ```...