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: about 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T16:06:10.000Z (about 2 months ago)
- Last Synced: 2025-03-26T17:24:03.322Z (about 2 months ago)
- Topics: apko, audit, chainguard, chainguard-images, melange, no-ghaudit-branch-protections, oci, oci-image, wolfi
- Language: HCL
- Homepage: https://chainguard.dev/chainguard-images
- Size: 15.4 MB
- Stars: 586
- Watchers: 37
- Forks: 157
- Open Issues: 119
-
Metadata Files:
- Readme: .github/readme-template.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
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).