Skip to content

Commit

Permalink
images: update cilium-{runtime,builder}
Browse files Browse the repository at this point in the history
Signed-off-by: Cilium Imagebot <noreply@cilium.io>
  • Loading branch information
Cilium Imagebot committed Dec 15, 2023
1 parent d690df7 commit 90c9b85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
include ../../Makefile.defs

# Update this via images/scripts/update-cilium-builder-image.sh
CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:0acf36086cd4b6e6c0da454b2b82e9fec3830973@sha256:c93b765986f02b2c9d382164bf3e693029bd456b089cd2748caa2a7973a520f9
CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:25b33719a1aa837ea45a1985e39998702f8eb91d@sha256:7b988163f824de1618e2919e6b5c8a81d6faaf6a26c036502275c5948a99fbab

.PHONY: proto
proto:
Expand Down
2 changes: 1 addition & 1 deletion images/cilium/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright Authors of Cilium
# SPDX-License-Identifier: Apache-2.0

ARG CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:0acf36086cd4b6e6c0da454b2b82e9fec3830973@sha256:c93b765986f02b2c9d382164bf3e693029bd456b089cd2748caa2a7973a520f9
ARG CILIUM_BUILDER_IMAGE=quay.io/cilium/cilium-builder:25b33719a1aa837ea45a1985e39998702f8eb91d@sha256:7b988163f824de1618e2919e6b5c8a81d6faaf6a26c036502275c5948a99fbab
ARG CILIUM_RUNTIME_IMAGE=quay.io/cilium/cilium-runtime:08454bbc1f6c81f04449945c84614cdf0762b66f@sha256:d43b77ed049a7e5ae466dce480e689b54f848f4df90b1979d58157daa73eb65c


Expand Down
2 changes: 1 addition & 1 deletion test/k8s/manifests/demo-customcalls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ metadata:
spec:
containers:
- name: cilium-builder
image: quay.io/cilium/cilium-builder:0acf36086cd4b6e6c0da454b2b82e9fec3830973@sha256:c93b765986f02b2c9d382164bf3e693029bd456b089cd2748caa2a7973a520f9
image: quay.io/cilium/cilium-builder:25b33719a1aa837ea45a1985e39998702f8eb91d@sha256:7b988163f824de1618e2919e6b5c8a81d6faaf6a26c036502275c5948a99fbab
workingDir: /cilium
command: ["sleep"]
args:
Expand Down

0 comments on commit 90c9b85

Please sign in to comment.