Skip to content

Commit

Permalink
chore(proxy_init): updating to version 1.1.17 (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco authored Apr 20, 2020
1 parent 291811b commit 35100ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,13 @@ workflows:
# custom parameters
kubernetes_version: v1.16.0
use_local_kuma_images: true
- example_minikube:
name: minikube_v1_17_0
requires:
- images
# custom parameters
kubernetes_version: v1.17.0
use_local_kuma_images: true

kuma-release:
jobs:
Expand Down Expand Up @@ -666,3 +673,12 @@ workflows:
kubernetes_version: v1.16.0
# docker images for a release build must be downloaded from a public Docker registry
use_local_kuma_images: false
- example_minikube:
<<: *release_workflow_filters
name: minikube_v1_17_0
requires:
- release
# custom parameters
kubernetes_version: v1.17.0
# docker images for a release build must be downloaded from a public Docker registry
use_local_kuma_images: false
2 changes: 1 addition & 1 deletion tools/releases/dockerfiles/Dockerfile.kuma-init
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/istio/proxy_init:1.1.2
FROM docker.io/istio/proxy_init:1.1.17

RUN mkdir /kuma
COPY $KUMA_ROOT/tools/releases/templates/LICENSE /kuma
Expand Down

0 comments on commit 35100ec

Please sign in to comment.