File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ RHEL9_RELEASE ?= $(shell awk '/registry\.redhat\.io\/rhel9.*-els\/rhel:/ {split(
2929RHEL9_RELEASE_DASHED := $(subst .,-,$(RHEL9_RELEASE ) )
3030
3131# These images are extracted from the Containerfile `FROM` lines
32- RHEL9_IMAGE ?= $(shell awk '/^FROM registry\.redhat\.io\/rhel9.* -els\/rhel:/ {split( $$2, parts, /[ @]/) ; print parts[1] }' $(PROJECT_DIR ) /.konflux/Dockerfile)
33- RHEL9_MINIMAL_IMAGE ?= $(shell awk '/^FROM registry\.redhat\.io\/rhel9.* -els\/rhel-minimal:/ {split( $$2, parts, /[ @]/) ; print parts[1] }' $(PROJECT_DIR ) /.konflux/Dockerfile)
32+ RHEL9_IMAGE ?= $(shell awk '/^FROM registry\.redhat\.io\/rhel9.* -els\/rhel:/ {print $$2}' $(PROJECT_DIR ) /.konflux/Dockerfile)
33+ RHEL9_MINIMAL_IMAGE ?= $(shell awk '/^FROM registry\.redhat\.io\/rhel9.* -els\/rhel-minimal:/ {print $$2}' $(PROJECT_DIR ) /.konflux/Dockerfile)
3434
3535# YAMLLINT_VERSION defines the yamllint version to download from GitHub releases.
3636YAMLLINT_VERSION ?= 1.35.1
You can’t perform that action at this time.
0 commit comments