Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
The old nginx image caused test failures because it's a v1 manifest and Docker Hub refuses to let you download them now.

I set the image version to the latest as of today. We only need the container to start once it is approved. This is testing for an unsigned image - I'm betting that if nginx ever do decide to sign their images using simple signing in future, they won't go back and sign old images.

Signed-off-by: Michael Hough <michaelh@uk.ibm.com>
  • Loading branch information
molepigeon committed May 1, 2024
1 parent 4e7c3b9 commit f7070b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/testdata/deployment/dockerhub-nginx-unsigned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
spec:
containers:
- name: nginx
image: nginx:1.7.9
image: nginx:1.26.0
ports:
- containerPort: 80
- containerPort: 80

0 comments on commit f7070b4

Please sign in to comment.