From 0b3863e754196b8e233a57b789020fa6fe42e2ae Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Thu, 11 Sep 2025 10:23:40 +0200 Subject: [PATCH] Remove 'version' label from Dockerfile.rhel10 Konflux build pipeline needs it. See https://issues.redhat.com/browse/RHELMISC-17288 Signed-off-by: Petr "Stone" Hracek --- 2.4/Dockerfile.rhel10 | 1 - 1 file changed, 1 deletion(-) diff --git a/2.4/Dockerfile.rhel10 b/2.4/Dockerfile.rhel10 index 5bbff9ff..bc4875fa 100644 --- a/2.4/Dockerfile.rhel10 +++ b/2.4/Dockerfile.rhel10 @@ -27,7 +27,6 @@ LABEL summary="${SUMMARY}" \ io.openshift.expose-services="8080:http,8443:https" \ io.openshift.tags="builder,${NAME},${NAME}-${HTTPD_SHORT_VERSION}" \ name="ubi10/${NAME}-${HTTPD_SHORT_VERSION}" \ - version="1" \ com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" \ com.redhat.component="${NAME}-${HTTPD_SHORT_VERSION}-container" \ usage="s2i build https://github.com/sclorg/httpd-container.git --context-dir=examples/sample-test-app/ ubi10/${NAME}-${HTTPD_SHORT_VERSION} sample-server" \