File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ function cleanup {
44
44
}
45
45
trap cleanup EXIT
46
46
47
- E2E_IMAGE=${E2E_IMAGE:- registry.k8s.io/ ingress-nginx/ e2e-test-runner: v20241104-02a3933e @ sha256: baf30e414c5657cc71f5bd1db502f0e0ee4ab721b6560340eff214935e96bef0 }
47
+ E2E_IMAGE=${E2E_IMAGE:- registry.k8s.io/ ingress-nginx/ e2e-test-runner: v20241224-68ed4e7b @ sha256: 871642296ebc0dd386f9a43b0cf2606028d757d6c4a2737d41180f02f8172823 }
48
48
49
49
if [[ " $RUNTIME " == podman ]]; then
50
50
# Podman does not support both tag and digest
Original file line number Diff line number Diff line change 1
1
2
2
DIR: =$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST ) ) ) )
3
- E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v20241104-02a3933e @sha256:baf30e414c5657cc71f5bd1db502f0e0ee4ab721b6560340eff214935e96bef0 "
3
+ E2E_BASE_IMAGE ?= "registry.k8s.io/ingress-nginx/e2e-test-runner:v20241224-68ed4e7b @sha256:871642296ebc0dd386f9a43b0cf2606028d757d6c4a2737d41180f02f8172823 "
4
4
5
5
image :
6
6
echo " ..entered Makefile in /test/e2e-image"
Original file line number Diff line number Diff line change @@ -114,5 +114,5 @@ docker run \
114
114
--workdir /workdir \
115
115
--entrypoint ct \
116
116
--rm \
117
- registry.k8s.io/ingress-nginx/e2e-test-runner:v20241104-02a3933e @sha256:baf30e414c5657cc71f5bd1db502f0e0ee4ab721b6560340eff214935e96bef0 \
117
+ registry.k8s.io/ingress-nginx/e2e-test-runner:v20241224-68ed4e7b @sha256:871642296ebc0dd386f9a43b0cf2606028d757d6c4a2737d41180f02f8172823 \
118
118
install --charts charts/ingress-nginx
You can’t perform that action at this time.
0 commit comments