diff --git a/22-minimal/Dockerfile.rhel10 b/22-minimal/Dockerfile.rhel10 index 1ded9dd1..dcc9c375 100644 --- a/22-minimal/Dockerfile.rhel10 +++ b/22-minimal/Dockerfile.rhel10 @@ -44,7 +44,6 @@ LABEL summary="$SUMMARY" \ com.redhat.dev-mode.port="DEBUG_PORT:5858" \ com.redhat.component="${NAME}-${NODEJS_VERSION}-minimal-container" \ name="ubi9/$NAME-$NODEJS_VERSION-minimal" \ - version="1" \ com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" \ maintainer="SoftwareCollections.org " \ help="For more information visit https://github.com/sclorg/s2i-nodejs-container" diff --git a/22/Dockerfile.rhel10 b/22/Dockerfile.rhel10 index 9d90d4e6..42365abe 100644 --- a/22/Dockerfile.rhel10 +++ b/22/Dockerfile.rhel10 @@ -47,7 +47,6 @@ LABEL summary="$SUMMARY" \ com.redhat.dev-mode.port="DEBUG_PORT:5858" \ com.redhat.component="${NAME}-${NODEJS_VERSION}-container" \ name="ubi10/$NAME-$NODEJS_VERSION" \ - version="1" \ com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" \ maintainer="SoftwareCollections.org " \ help="For more information visit https://github.com/sclorg/s2i-nodejs-container" \