https://github.com/chainguard-images/images
Public Chainguard Images
https://github.com/chainguard-images/images
apko audit chainguard chainguard-images melange no-ghaudit-branch-protections oci oci-image wolfi
Last synced: 8 months ago
JSON representation
Public Chainguard Images
- Host: GitHub
- URL: https://github.com/chainguard-images/images
- Owner: chainguard-images
- License: apache-2.0
- Created: 2022-11-08T19:08:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-29T12:07:52.000Z (8 months ago)
- Last Synced: 2025-09-29T14:25:27.436Z (8 months ago)
- Topics: apko, audit, chainguard, chainguard-images, melange, no-ghaudit-branch-protections, oci, oci-image, wolfi
- Language: HCL
- Homepage:
- Size: 15.8 MB
- Stars: 630
- Watchers: 39
- Forks: 170
- Open Issues: 111
-
Metadata Files:
- Readme: .github/readme-template.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- fucking-awesome-docker - Chainguard Images - Minimal, signed, SBOM-attested container images built on Wolfi. (Building Images / Base Images)
- awesome-docker - Chainguard Images - Minimal, signed, SBOM-attested container images built on Wolfi. (Building Images / Base Images)
- awesome-cloud-native - Chainguard Images - Distroless-style base images with daily rebuilds and aggressive CVE tracking. About 5 CVEs per year instead of Alpine's 150 — nothing to exploit because there's almost nothing there. (🔐 Supply Chain & Runtime Security / Image Distribution & Caching)
README
# [IMAGE_NAME]
Minimal Wolfi-based IMAGE_NAME images for IMAGE_FEATURES.
- [Documentation](https://edu.chainguard.dev/chainguard/chainguard-images/reference/[IMAGE_NAME])
- [Getting Started Guide](https://edu.chainguard.dev/chainguard/chainguard-images/reference/[IMAGE_NAME]/getting-started-[IMAGE_NAME]/)
- [Image Variants](https://edu.chainguard.dev/chainguard/chainguard-images/reference/[IMAGE_NAME]/image_specs/)
- [Provenance Info](https://edu.chainguard.dev/chainguard/chainguard-images/reference/[IMAGE_NAME]/provenance_info/)
## Image Variants
The following tagged variants are available without authentication:
- `latest`: [DESCRIPTION_LATEST].
- `latest-dev`: [DESCRIPTION_LATEST_DEV]
- [OTHER_VARIANTS]
### Pulling the Image
Run the following to pull the image to your local system and execute the command `[PULL_EXAMPLE_COMMAND]`:
```shell
docker run --rm cgr.dev/chainguard/[IMAGE_NAME] [PULL_EXAMPLE_COMMAND]
```
You should get output similar to this:
```
[EXAMPLE_COMMAND_OUTPUT]
```
## Application Setup for End Users
When creating a Dockerfile to extend from these images, the recommended approach is to set up a multi-stage build so that you're able to install your dependencies on a separate environment and then copy the files over to a smaller production image.
For example, the following Dockerfile will [DOCKERFILE_DESCRIPTION]
```Dockerfile
[DOCKERFILE_EXAMPLE]
```
For more detailed information on how to use these images, check [LEARN_MORE_LINK]. If you're interested in enterprise support, SLAs, and access to older tags, [get in touch](https://www.chainguard.dev/chainguard-images).