Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install: Update image digests for v1.14.7 #30752

Merged
merged 1 commit into from Feb 14, 2024

Conversation

michi-covalent
Copy link
Contributor

@michi-covalent michi-covalent commented Feb 14, 2024

Based on https://github.com/cilium/cilium/actions/runs/7893656360. I had
to copy these digests manually because image-digest-output.txt-v1.14.7
was empty.

Docker Manifests

cilium

docker.io/cilium/cilium:v1.14.7@sha256:45ce2b87696082ecf7d53ba1c64ceeb4217578033e5ef28ac479ec049a48bc32
quay.io/cilium/cilium:v1.14.7@sha256:45ce2b87696082ecf7d53ba1c64ceeb4217578033e5ef28ac479ec049a48bc32

clustermesh-apiserver

docker.io/cilium/clustermesh-apiserver:v1.14.7@sha256:28f3ffe53365ca79831af600f09a95c0b3e9959f5f891b416dab8cedd90c263d
quay.io/cilium/clustermesh-apiserver:v1.14.7@sha256:28f3ffe53365ca79831af600f09a95c0b3e9959f5f891b416dab8cedd90c263d

docker-plugin

docker.io/cilium/docker-plugin:v1.14.7@sha256:929111c0edb3b857d21eb385e6fd5c4de30b7b45a2aceeec0bb6ca87ec8968c4
quay.io/cilium/docker-plugin:v1.14.7@sha256:929111c0edb3b857d21eb385e6fd5c4de30b7b45a2aceeec0bb6ca87ec8968c4

hubble-relay

docker.io/cilium/hubble-relay:v1.14.7@sha256:46762393daf4a0aaef76b106614c2615942f98f10aeacd435ea3fb1a0bdf69e4
quay.io/cilium/hubble-relay:v1.14.7@sha256:46762393daf4a0aaef76b106614c2615942f98f10aeacd435ea3fb1a0bdf69e4

kvstoremesh

docker.io/cilium/kvstoremesh:v1.14.7@sha256:4386d522bce35ce55650d4bd100d9458bf5b99d6ebbb709016aec25bf50e7b8d
quay.io/cilium/kvstoremesh:v1.14.7@sha256:4386d522bce35ce55650d4bd100d9458bf5b99d6ebbb709016aec25bf50e7b8d

operator-alibabacloud

docker.io/cilium/operator-alibabacloud:v1.14.7@sha256:93e8a51655ee167a9eef42269e1f10fc2f74bdf4377299687fe4266dd07b534a
quay.io/cilium/operator-alibabacloud:v1.14.7@sha256:93e8a51655ee167a9eef42269e1f10fc2f74bdf4377299687fe4266dd07b534a

operator-aws

docker.io/cilium/operator-aws:v1.14.7@sha256:161dde3302b259ebca4964b7ee3f995ddbc02dd52deb5d411cbd9b7db66e223d
quay.io/cilium/operator-aws:v1.14.7@sha256:161dde3302b259ebca4964b7ee3f995ddbc02dd52deb5d411cbd9b7db66e223d

operator-azure

docker.io/cilium/operator-azure:v1.14.7@sha256:7a7faaa0aa981a2819ba74b7e3615c638e1e186bb91efbddf4b0c78a4774477e
quay.io/cilium/operator-azure:v1.14.7@sha256:7a7faaa0aa981a2819ba74b7e3615c638e1e186bb91efbddf4b0c78a4774477e

operator-generic

docker.io/cilium/operator-generic:v1.14.7@sha256:37ef0bd85c27c765c637cd58c3ff4a559f8734ae39f9d1839a3ac7803de7b952
quay.io/cilium/operator-generic:v1.14.7@sha256:37ef0bd85c27c765c637cd58c3ff4a559f8734ae39f9d1839a3ac7803de7b952

operator

docker.io/cilium/operator:v1.14.7@sha256:4524a0b3a64ab05dc2f58c6f8aa1244096858cb3af908f73c78d8a0e669ce364
quay.io/cilium/operator:v1.14.7@sha256:4524a0b3a64ab05dc2f58c6f8aa1244096858cb3af908f73c78d8a0e669ce364

@michi-covalent michi-covalent added kind/backports This PR provides functionality previously merged into master. backport/1.14 This PR represents a backport for Cilium 1.14.x of a PR that was merged to main. labels Feb 14, 2024
@michi-covalent michi-covalent force-pushed the pr/v1.14.7-digests branch 2 times, most recently from 5801f90 to 68bef2a Compare February 14, 2024 01:26
Based on https://github.com/cilium/cilium/actions/runs/7893656360. I had
to copy these digests manually because image-digest-output.txt-v1.14.7
was empty.

## Docker Manifests

### cilium

`docker.io/cilium/cilium:v1.14.7@sha256:45ce2b87696082ecf7d53ba1c64ceeb4217578033e5ef28ac479ec049a48bc32`
`quay.io/cilium/cilium:v1.14.7@sha256:45ce2b87696082ecf7d53ba1c64ceeb4217578033e5ef28ac479ec049a48bc32`

### clustermesh-apiserver

`docker.io/cilium/clustermesh-apiserver:v1.14.7@sha256:28f3ffe53365ca79831af600f09a95c0b3e9959f5f891b416dab8cedd90c263d`
`quay.io/cilium/clustermesh-apiserver:v1.14.7@sha256:28f3ffe53365ca79831af600f09a95c0b3e9959f5f891b416dab8cedd90c263d`

### docker-plugin

`docker.io/cilium/docker-plugin:v1.14.7@sha256:929111c0edb3b857d21eb385e6fd5c4de30b7b45a2aceeec0bb6ca87ec8968c4`
`quay.io/cilium/docker-plugin:v1.14.7@sha256:929111c0edb3b857d21eb385e6fd5c4de30b7b45a2aceeec0bb6ca87ec8968c4`

### hubble-relay

`docker.io/cilium/hubble-relay:v1.14.7@sha256:46762393daf4a0aaef76b106614c2615942f98f10aeacd435ea3fb1a0bdf69e4`
`quay.io/cilium/hubble-relay:v1.14.7@sha256:46762393daf4a0aaef76b106614c2615942f98f10aeacd435ea3fb1a0bdf69e4`

### kvstoremesh

`docker.io/cilium/kvstoremesh:v1.14.7@sha256:4386d522bce35ce55650d4bd100d9458bf5b99d6ebbb709016aec25bf50e7b8d`
`quay.io/cilium/kvstoremesh:v1.14.7@sha256:4386d522bce35ce55650d4bd100d9458bf5b99d6ebbb709016aec25bf50e7b8d`

### operator-alibabacloud

`docker.io/cilium/operator-alibabacloud:v1.14.7@sha256:93e8a51655ee167a9eef42269e1f10fc2f74bdf4377299687fe4266dd07b534a`
`quay.io/cilium/operator-alibabacloud:v1.14.7@sha256:93e8a51655ee167a9eef42269e1f10fc2f74bdf4377299687fe4266dd07b534a`

### operator-aws

`docker.io/cilium/operator-aws:v1.14.7@sha256:161dde3302b259ebca4964b7ee3f995ddbc02dd52deb5d411cbd9b7db66e223d`
`quay.io/cilium/operator-aws:v1.14.7@sha256:161dde3302b259ebca4964b7ee3f995ddbc02dd52deb5d411cbd9b7db66e223d`

### operator-azure

`docker.io/cilium/operator-azure:v1.14.7@sha256:7a7faaa0aa981a2819ba74b7e3615c638e1e186bb91efbddf4b0c78a4774477e`
`quay.io/cilium/operator-azure:v1.14.7@sha256:7a7faaa0aa981a2819ba74b7e3615c638e1e186bb91efbddf4b0c78a4774477e`

### operator-generic

`docker.io/cilium/operator-generic:v1.14.7@sha256:37ef0bd85c27c765c637cd58c3ff4a559f8734ae39f9d1839a3ac7803de7b952`
`quay.io/cilium/operator-generic:v1.14.7@sha256:37ef0bd85c27c765c637cd58c3ff4a559f8734ae39f9d1839a3ac7803de7b952`

### operator

`docker.io/cilium/operator:v1.14.7@sha256:4524a0b3a64ab05dc2f58c6f8aa1244096858cb3af908f73c78d8a0e669ce364`
`quay.io/cilium/operator:v1.14.7@sha256:4524a0b3a64ab05dc2f58c6f8aa1244096858cb3af908f73c78d8a0e669ce364`

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
@michi-covalent michi-covalent marked this pull request as ready for review February 14, 2024 02:01
@michi-covalent michi-covalent requested a review from a team as a code owner February 14, 2024 02:01
@michi-covalent michi-covalent mentioned this pull request Feb 14, 2024
44 tasks
@michi-covalent michi-covalent merged commit 7348a26 into cilium:v1.14 Feb 14, 2024
42 checks passed
@michi-covalent michi-covalent deleted the pr/v1.14.7-digests branch February 14, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.14 This PR represents a backport for Cilium 1.14.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants