Skip to content

Commit

Permalink
[qe] Use ubi8 image as builder for qe images
Browse files Browse the repository at this point in the history
As part of commit ae4e57f we changed the e2e and integration images; as ubi9 based images
were used to build the e2e and integration binaries those can not be executed on RHEL8 target hosts. This fix change the builders to use ubi8 based images

Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo authored and praveenkumar committed Apr 30, 2024
1 parent ec97112 commit 1b075ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/build-e2e/Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM registry.access.redhat.com/ubi9/go-toolset:1.20 AS builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.20 AS builder

USER root

Expand Down
2 changes: 1 addition & 1 deletion images/build-integration/Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM registry.access.redhat.com/ubi9/go-toolset:1.20 AS builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.20 AS builder

USER root

Expand Down

0 comments on commit 1b075ed

Please sign in to comment.