Skip to content

Commit d77aba0

Browse files
committed
Update image name to 'ubi10/nginx-126'
Update image name also in usage Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent b034091 commit d77aba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1.26/Dockerfile.rhel10

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ LABEL summary="${SUMMARY}" \
2323
io.openshift.expose-services="8443:https" \
2424
io.openshift.tags="builder,${NAME},${NAME}-${NGINX_SHORT_VER}" \
2525
com.redhat.component="${NAME}-${NGINX_SHORT_VER}-container" \
26-
name="rhel10/nginx-${NGINX_SHORT_VER}" \
26+
name="ubi10/nginx-${NGINX_SHORT_VER}" \
2727
version="1" \
2828
com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" \
2929
maintainer="SoftwareCollections.org <[email protected]>" \
3030
help="For more information visit https://github.com/sclorg/${NAME}-container" \
31-
usage="s2i build <SOURCE-REPOSITORY> rhel10/nginx-${NGINX_SHORT_VER}:latest <APP-NAME>"
31+
usage="s2i build <SOURCE-REPOSITORY> ubi10/nginx-${NGINX_SHORT_VER} <APP-NAME>"
3232

3333
ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
3434
NGINX_CONF_PATH=/etc/nginx/nginx.conf \

0 commit comments

Comments
 (0)