diff --git a/krm-functions/cloud-init/Dockerfile b/krm-functions/cloud-init/Dockerfile index 00e5807d9..f93f7e888 100644 --- a/krm-functions/cloud-init/Dockerfile +++ b/krm-functions/cloud-init/Dockerfile @@ -1,5 +1,5 @@ ARG GO_IMAGE=gcr.io/gcp-runtimes/go1-builder:1.15 -ARG PLUGINS_RELEASE_IMAGE=alpine:3.12.0 +ARG PLUGINS_RELEASE_IMAGE=quay.io/airshipit/alpine:3.13.5 FROM ${GO_IMAGE} as builder ARG GOPROXY="" diff --git a/krm-functions/kubeval-validator/Dockerfile b/krm-functions/kubeval-validator/Dockerfile index c67532f50..6639cbf81 100644 --- a/krm-functions/kubeval-validator/Dockerfile +++ b/krm-functions/kubeval-validator/Dockerfile @@ -1,6 +1,5 @@ ARG GO_IMAGE=gcr.io/gcp-runtimes/go1-builder:1.15 -ARG PLUGINS_RELEASE_IMAGE=alpine:3.12.0 - +ARG PLUGINS_RELEASE_IMAGE=quay.io/airshipit/alpine:3.13.5 FROM ${GO_IMAGE} as function ARG GOPROXY="" diff --git a/krm-functions/replacement-transformer/Dockerfile b/krm-functions/replacement-transformer/Dockerfile index 00e5807d9..f93f7e888 100644 --- a/krm-functions/replacement-transformer/Dockerfile +++ b/krm-functions/replacement-transformer/Dockerfile @@ -1,5 +1,5 @@ ARG GO_IMAGE=gcr.io/gcp-runtimes/go1-builder:1.15 -ARG PLUGINS_RELEASE_IMAGE=alpine:3.12.0 +ARG PLUGINS_RELEASE_IMAGE=quay.io/airshipit/alpine:3.13.5 FROM ${GO_IMAGE} as builder ARG GOPROXY="" diff --git a/krm-functions/templater/Dockerfile b/krm-functions/templater/Dockerfile index 00e5807d9..f93f7e888 100644 --- a/krm-functions/templater/Dockerfile +++ b/krm-functions/templater/Dockerfile @@ -1,5 +1,5 @@ ARG GO_IMAGE=gcr.io/gcp-runtimes/go1-builder:1.15 -ARG PLUGINS_RELEASE_IMAGE=alpine:3.12.0 +ARG PLUGINS_RELEASE_IMAGE=quay.io/airshipit/alpine:3.13.5 FROM ${GO_IMAGE} as builder ARG GOPROXY="" diff --git a/krm-functions/toolbox/Dockerfile b/krm-functions/toolbox/Dockerfile index 501fb3e8c..6d1e69da5 100644 --- a/krm-functions/toolbox/Dockerfile +++ b/krm-functions/toolbox/Dockerfile @@ -1,11 +1,12 @@ ARG GO_IMAGE=gcr.io/gcp-runtimes/go1-builder:1.15 -ARG PLUGINS_BUILD_IMAGE=alpine:3.12.0 -ARG PLUGINS_RELEASE_IMAGE=alpine:3.12.0 +ARG PLUGINS_BUILD_IMAGE=quay.io/airshipit/alpine:3.13.5 +ARG PLUGINS_RELEASE_IMAGE=quay.io/airshipit/alpine:3.13.5 FROM ${PLUGINS_BUILD_IMAGE} as ctls ARG GOPROXY="" ARG K8S_VERSION=v1.18.6 RUN apk update && apk add curl + # Inject custom root certificate authorities if needed # Docker does not have a good conditional copy statement and requires that a source file exists # to complete the copy function without error. Therefore the README.md file will be copied to