Skip to content

Commit 29a1d36

Browse files
committed
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 <[email protected]>
1 parent 9d81bfd commit 29a1d36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

2.4/Dockerfile.rhel10

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ LABEL summary="${SUMMARY}" \
2727
io.openshift.expose-services="8080:http,8443:https" \
2828
io.openshift.tags="builder,${NAME},${NAME}-${HTTPD_SHORT_VERSION}" \
2929
name="ubi10/${NAME}-${HTTPD_SHORT_VERSION}" \
30-
version="1" \
3130
com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" \
3231
com.redhat.component="${NAME}-${HTTPD_SHORT_VERSION}-container" \
3332
usage="s2i build https://github.com/sclorg/httpd-container.git --context-dir=examples/sample-test-app/ ubi10/${NAME}-${HTTPD_SHORT_VERSION} sample-server" \

0 commit comments

Comments
 (0)