Skip to content

Commit

Permalink
feat: image digest
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Nov 7, 2024
1 parent 12e6d54 commit 3fa70bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/cf-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ runner:

### To 7.x

⚠️⚠️⚠️ BREAKING CHANGE ⚠️⚠️⚠️
⚠️⚠️⚠️ **BREAKING CHANGE** ⚠️⚠️⚠️

7.0.0 release adds image digests to all images in default values, for example:

Expand All @@ -266,6 +266,7 @@ runtime:
```

Which means any overrides for tags won't be used and underlying Kubernetes runtime will pull the image by the digest.

See [Pull an image by digest (immutable identifier)](https://docs.docker.com/reference/cli/docker/image/pull/#pull-an-image-by-digest-immutable-identifier)

## Architecture
Expand Down
3 changes: 2 additions & 1 deletion charts/cf-runtime/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ runner:

### To 7.x

⚠️⚠️⚠️ BREAKING CHANGE ⚠️⚠️⚠️
⚠️⚠️⚠️ **BREAKING CHANGE** ⚠️⚠️⚠️

7.0.0 release adds image digests to all images in default values, for example:

Expand All @@ -266,6 +266,7 @@ runtime:
```

Which means any overrides for tags won't be used and underlying Kubernetes runtime will pull the image by the digest.

See [Pull an image by digest (immutable identifier)](https://docs.docker.com/reference/cli/docker/image/pull/#pull-an-image-by-digest-immutable-identifier)


Expand Down

0 comments on commit 3fa70bd

Please sign in to comment.