Skip to content

Commit

Permalink
provision: pull newester cilium base images
Browse files Browse the repository at this point in the history
This will pull in Go 1.14.2 via cilium/cilium#10912 and the build llvm
changes from cilium/cilium#10956

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
  • Loading branch information
tklauser committed Apr 17, 2020
1 parent d4457c9 commit 0c6b832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provision/pull-images.sh
Expand Up @@ -62,8 +62,8 @@ if [ -z "${NAME_PREFIX}" ]; then
gcr.io/google-samples/gb-frontend:v4 \
gcr.io/google_samples/gb-redisslave:v1 \
quay.io/cilium/cilium-envoy:a3385205ad620550b35d3b0b651e40898386e6e3 \
quay.io/cilium/cilium-builder:2020-04-02 \
quay.io/cilium/cilium-runtime:2020-03-25 \
quay.io/cilium/cilium-builder:2020-04-16 \
quay.io/cilium/cilium-runtime:2020-04-16 \
quay.io/coreos/etcd:v3.2.17 \
quay.io/coreos/etcd-operator:v0.9.4; \

Expand Down

0 comments on commit 0c6b832

Please sign in to comment.