Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,12 @@ dependencies:
- path: images/build/cross/variants.yaml
match: REVISION:\ '\d+'

# osc (k8s-cloud-builder)
- name: "osc"
version: 1.23.0
refPaths:
- path: images/k8s-cloud-builder/Dockerfile
match: "osc==((([0-9]+)\\.([0-9]+)\\.([0-9]+)))"
# kube-cross dependents (i.e. k8s-cloud-builder)
# To be updated after kubernetes/kubernetes update)
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.36-cross1.26)"
Expand Down
2 changes: 1 addition & 1 deletion images/k8s-cloud-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN apt-get -qqy purge ".*python2.*" \
RUN pip3 install --no-cache-dir \
# for gcloud https://cloud.google.com/storage/docs/gsutil/addlhelp/CRC32CandInstallingcrcmod
crcmod \
osc \
osc==1.23.0 \
yq

# common::set_cloud_binaries() looks for it in this path
Expand Down
Loading