Skip to content

Commit e1a0701

Browse files
authoredJun 26, 2022
change sha e2etestrunner and echoserver (kubernetes#8740)
1 parent 3348cd7 commit e1a0701

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎build/run-in-docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function cleanup {
3737
}
3838
trap cleanup EXIT
3939

40-
E2E_IMAGE=${E2E_IMAGE:-registry.k8s.io/ingress-nginx/e2e-test-runner:v20220524-g8963ed17e@sha256:4fbcbeebd4c24587699b027ad0f0aa7cd9d76b58177a3b50c228bae8141bcf95}
40+
E2E_IMAGE=${E2E_IMAGE:-registry.k8s.io/ingress-nginx/e2e-test-runner:v20220624-g3348cd71e@sha256:2a34e322b7ff89abdfa0b6202f903bf5618578b699ff609a3ddabac0aae239c8}
4141

4242
DOCKER_OPTS=${DOCKER_OPTS:-}
4343
DOCKER_IN_DOCKER_ENABLED=${DOCKER_IN_DOCKER_ENABLED:-}

‎test/e2e-image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.k8s.io/ingress-nginx/e2e-test-runner:v20220524-g8963ed17e@sha256:4fbcbeebd4c24587699b027ad0f0aa7cd9d76b58177a3b50c228bae8141bcf95 AS BASE
1+
FROM registry.k8s.io/ingress-nginx/e2e-test-runner:v20220624-g3348cd71e@sha256:2a34e322b7ff89abdfa0b6202f903bf5618578b699ff609a3ddabac0aae239c8 AS BASE
22

33
FROM alpine:3.14.6
44

‎test/e2e/framework/deployment.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (f *Framework) NewEchoDeployment(opts ...func(*deploymentOptions)) {
7878
o(options)
7979
}
8080

81-
deployment := newDeployment(options.name, options.namespace, "registry.k8s.io/ingress-nginx/e2e-test-echo@sha256:131ece0637b29231470cfaa04690c2966a2e0b147d3c9df080a0857b78982410", 80, int32(options.replicas),
81+
deployment := newDeployment(options.name, options.namespace, "registry.k8s.io/ingress-nginx/e2e-test-echo@sha256:05948cf43aa41050943b2c887adcc2f7630893b391c1201e99a6c12ed06ba51b", 80, int32(options.replicas),
8282
nil,
8383
[]corev1.VolumeMount{},
8484
[]corev1.Volume{},

0 commit comments

Comments
 (0)
Please sign in to comment.