File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
test/e2e/data/infrastructure-gcp Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# Build the manager binary
16
- FROM golang:1.19.5 @sha256:bb9811fad43a7d6fd2173248d8331b2dcf5ac9af20976b1937ecd214c5b8c383 as builder
16
+ FROM golang:1.19.6 @sha256:7ce31d15a3a4dbf20446cccffa4020d3a2974ad2287d96123f55caf22c7adb71 as builder
17
17
WORKDIR /workspace
18
18
19
19
# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ endif
140
140
# Build time versioning details.
141
141
LDFLAGS := $(shell hack/version.sh)
142
142
143
- GOLANG_VERSION := 1.19.3
143
+ GOLANG_VERSION := 1.19.6
144
144
145
145
# CI
146
146
CAPG_WORKER_CLUSTER_KUBECONFIG ?= "/tmp/kubeconfig"
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ spec:
111
111
echo "* downloading package: $$CI_URL/$$CI_CONTAINER.$$CONTAINER_EXT"
112
112
wget "$$CI_URL/$$CI_CONTAINER.$$CONTAINER_EXT" -O "$$CI_DIR/$$CI_CONTAINER.$$CONTAINER_EXT"
113
113
$${SUDO} ctr -n k8s.io images import "$$CI_DIR/$$CI_CONTAINER.$$CONTAINER_EXT" || echo "* ignoring expected 'ctr images import' result"
114
- $${SUDO} ctr -n k8s.io images tag k8s.gcr. io/$$CI_CONTAINER-amd64:"$${CI_VERSION//+/_}" k8s.gcr .io/$$CI_CONTAINER:"$${CI_VERSION//+/_}"
115
- $${SUDO} ctr -n k8s.io images tag k8s.gcr .io/$$CI_CONTAINER-amd64:"$${CI_VERSION//+/_}" gcr.io/k8s-staging-ci-images/$$CI_CONTAINER:"$${CI_VERSION//+/_}"
114
+ $${SUDO} ctr -n k8s.io images tag registry. k8s.io/$$CI_CONTAINER-amd64:"$${CI_VERSION//+/_}" registry.k8s .io/$$CI_CONTAINER:"$${CI_VERSION//+/_}"
115
+ $${SUDO} ctr -n k8s.io images tag registry.k8s .io/$$CI_CONTAINER-amd64:"$${CI_VERSION//+/_}" gcr.io/k8s-staging-ci-images/$$CI_CONTAINER:"$${CI_VERSION//+/_}"
116
116
done
117
117
fi
118
118
echo "* checking binary versions"
@@ -238,8 +238,8 @@ spec:
238
238
echo "* downloading package: $$CI_URL/$$CI_CONTAINER.$$CONTAINER_EXT"
239
239
wget "$$CI_URL/$$CI_CONTAINER.$$CONTAINER_EXT" -O "$$CI_DIR/$$CI_CONTAINER.$$CONTAINER_EXT"
240
240
$${SUDO} ctr -n k8s.io images import "$$CI_DIR/$$CI_CONTAINER.$$CONTAINER_EXT" || echo "* ignoring expected 'ctr images import' result"
241
- $${SUDO} ctr -n k8s.io images tag k8s.gcr. io/$$CI_CONTAINER-amd64:"$${CI_VERSION//+/_}" k8s.gcr .io/$$CI_CONTAINER:"$${CI_VERSION//+/_}"
242
- $${SUDO} ctr -n k8s.io images tag k8s.gcr .io/$$CI_CONTAINER-amd64:"$${CI_VERSION//+/_}" gcr.io/k8s-staging-ci-images/$$CI_CONTAINER:"$${CI_VERSION//+/_}"
241
+ $${SUDO} ctr -n k8s.io images tag registry. k8s.io/$$CI_CONTAINER-amd64:"$${CI_VERSION//+/_}" registry.k8s .io/$$CI_CONTAINER:"$${CI_VERSION//+/_}"
242
+ $${SUDO} ctr -n k8s.io images tag registry.k8s .io/$$CI_CONTAINER-amd64:"$${CI_VERSION//+/_}" gcr.io/k8s-staging-ci-images/$$CI_CONTAINER:"$${CI_VERSION//+/_}"
243
243
done
244
244
fi
245
245
echo "* checking binary versions"
You can’t perform that action at this time.
0 commit comments