From b9f50e691d36af5ad1194a6855fb1df0c0d8af53 Mon Sep 17 00:00:00 2001 From: LongWuYuan Date: Fri, 1 Apr 2022 17:07:08 +0530 Subject: [PATCH] base img update for e2e-test-runner & opentelemetry --- build/run-in-docker.sh | 2 +- charts/ingress-nginx/values.yaml | 4 ++-- test/e2e-image/Dockerfile | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build/run-in-docker.sh b/build/run-in-docker.sh index e89abe9d8..60c566941 100755 --- a/build/run-in-docker.sh +++ b/build/run-in-docker.sh @@ -37,7 +37,7 @@ function cleanup { } trap cleanup EXIT -E2E_IMAGE=${E2E_IMAGE:-k8s.gcr.io/ingress-nginx/e2e-test-runner:v20220110-gfd820db46@sha256:273f7d9b1b2297cd96b4d51600e45d932186a1cc79d00d179dfb43654112fe8f} +E2E_IMAGE=${E2E_IMAGE:-k8s.gcr.io/ingress-nginx/e2e-test-runner:v20220331-controller-v1.1.2-31-gf1cb2b73c@sha256:baa326f5c726d65be828852943a259c1f0572883590b9081b7e8fa982d64d96e} DOCKER_OPTS=${DOCKER_OPTS:-} DOCKER_IN_DOCKER_ENABLED=${DOCKER_IN_DOCKER_ENABLED:-} diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index a8b002516..f355e5eaa 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -575,8 +575,8 @@ controller: extraModules: [] ## Modules, which are mounted into the core nginx image - # - name: opentelemetry - # image: busybox + # - name: opentelemetry:v20220331-controller-v1.1.2-36-g7517b7ecf@sha256:e3f635474b5da24ccd0ea6b078fb190dae68b8b4a44b52bea19ec2561f0102ec + # image: k8s.gcr.io/ingress-nginx/opentelemetry: # # The image must contain a `/usr/local/bin/init_module.sh` executable, which # will be executed as initContainers, to move its config files within the diff --git a/test/e2e-image/Dockerfile b/test/e2e-image/Dockerfile index 4daece323..002a002cd 100644 --- a/test/e2e-image/Dockerfile +++ b/test/e2e-image/Dockerfile @@ -1,14 +1,14 @@ -FROM k8s.gcr.io/ingress-nginx/e2e-test-runner:v20220110-gfd820db46@sha256:273f7d9b1b2297cd96b4d51600e45d932186a1cc79d00d179dfb43654112fe8f AS BASE +FROM k8s.gcr.io/ingress-nginx/e2e-test-runner:v20220331-controller-v1.1.2-31-gf1cb2b73c@sha256:baa326f5c726d65be828852943a259c1f0572883590b9081b7e8fa982d64d96e AS BASE FROM alpine:3.14.4 RUN apk add -U --no-cache \ - ca-certificates \ - bash \ - curl \ - tzdata \ - libc6-compat \ - openssl + ca-certificates \ + bash \ + curl \ + tzdata \ + libc6-compat \ + openssl COPY --from=BASE /go/bin/ginkgo /usr/local/bin/ COPY --from=BASE /usr/local/bin/helm /usr/local/bin/