Skip to content

Commit 1e35323

Browse files
committed
Remove release label that is not needed any more and provide usage
1 parent 4bb37ba commit 1e35323

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

1.10/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ LABEL summary="$SUMMARY" \
2727
com.redhat.component="rh-nginx110-docker" \
2828
name="centos/nginx-110-centos7" \
2929
version="1.10" \
30-
release="1"
30+
usage="s2i build https://github.com/sclorg/nginx-container.git --context-dir=examples/1.10/test-app/ centos/nginx-110-centos7 sample-app" \
31+
maintainer="SoftwareCollections.org <[email protected]>"
3132

3233
ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
3334
NGINX_DEFAULT_CONF_PATH=${APP_ROOT}/etc/nginx.default.d \

1.10/Dockerfile.rhel7

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ LABEL summary="$SUMMARY" \
2727
com.redhat.component="rh-nginx110-docker" \
2828
name="rhscl/nginx-110-rhel7" \
2929
version="1.10" \
30-
release="1.2"
30+
usage="s2i build https://github.com/sclorg/nginx-container.git --context-dir=examples/1.10/test-app/ rhscl/nginx-110-rhel7 sample-app" \
31+
maintainer="SoftwareCollections.org <[email protected]>"
3132

3233
ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
3334
NGINX_DEFAULT_CONF_PATH=${APP_ROOT}/etc/nginx.default.d \

1.12/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ LABEL summary="$SUMMARY" \
2626
io.openshift.tags="builder,nginx,rh-nginx112" \
2727
com.redhat.component="rh-nginx112-docker" \
2828
name="centos/nginx-112-centos7" \
29-
version="1"
29+
version="1" \
30+
usage="s2i build https://github.com/sclorg/nginx-container.git --context-dir=examples/1.12/test-app/ centos/nginx-112-centos7 sample-app" \
31+
maintainer="SoftwareCollections.org <[email protected]>"
3032

3133
ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
3234
NGINX_DEFAULT_CONF_PATH=${APP_ROOT}/etc/nginx.default.d \

1.12/Dockerfile.rhel7

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ LABEL summary="$SUMMARY" \
2626
io.openshift.tags="builder,nginx,rh-nginx112" \
2727
com.redhat.component="rh-nginx112-docker" \
2828
name="rhscl/nginx-112-rhel7" \
29-
version="1"
29+
usage="s2i build https://github.com/sclorg/nginx-container.git --context-dir=examples/1.12/test-app/ rhscl/nginx-112-rhel7 sample-app" \
30+
maintainer="SoftwareCollections.org <[email protected]>"
3031

3132
ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
3233
NGINX_DEFAULT_CONF_PATH=${APP_ROOT}/etc/nginx.default.d \

1.8/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ LABEL summary="$SUMMARY" \
2727
com.redhat.component="rh-nginx18-docker" \
2828
name="centos/nginx-18-centos7" \
2929
version="1.8" \
30-
release="1"
30+
usage="s2i build https://github.com/sclorg/nginx-container.git --context-dir=examples/1.8/test-app/ centos/nginx-18-centos7 sample-app" \
31+
maintainer="SoftwareCollections.org <[email protected]>"
3132

3233
ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
3334
NGINX_DEFAULT_CONF_PATH=${APP_ROOT}/etc/nginx.default.d \

1.8/Dockerfile.rhel7

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ LABEL summary="$SUMMARY" \
2727
com.redhat.component="rh-nginx18-docker" \
2828
name="rhscl/nginx-18-rhel7" \
2929
version="1.8" \
30-
release="13.1"
30+
usage="s2i build https://github.com/sclorg/nginx-container.git --context-dir=examples/1.8/test-app/ rhscl/nginx-18-rhel7 sample-app" \
31+
maintainer="SoftwareCollections.org <[email protected]>"
3132

3233
ENV NGINX_CONFIGURATION_PATH=${APP_ROOT}/etc/nginx.d \
3334
NGINX_DEFAULT_CONF_PATH=${APP_ROOT}/etc/nginx.default.d \

0 commit comments

Comments
 (0)