Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.59 KB

readme-template.md

File metadata and controls

41 lines (27 loc) · 1.59 KB

[IMAGE_NAME]

Minimal Wolfi-based IMAGE_NAME images for IMAGE_FEATURES.

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]:

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_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.