File tree 4 files changed +20
-20
lines changed
4 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ LABEL summary="$SUMMARY" \
23
23
io.k8s.description="$DESCRIPTION" \
24
24
io.k8s.display-name="Apache 2.4 with mod_perl/$PERL_VERSION" \
25
25
io.openshift.expose-services="8080:http" \
26
- io.openshift.tags="builder,$NAME,$ NAME$ PERL_SHORT_VER" \
26
+ io.openshift.tags="builder,${ NAME},${ NAME}${ PERL_SHORT_VER} " \
27
27
io.openshift.s2i.scripts-url="image:///usr/libexec/s2i" \
28
28
io.s2i.scripts-url="image:///usr/libexec/s2i" \
29
- name="centos/$NAME-$ PERL_SHORT_VER-centos7" \
30
- com.redhat.component="rh-$NAME$ PERL_SHORT_VER-docker" \
29
+ name="centos/${ NAME}-${ PERL_SHORT_VER} -centos7" \
30
+ com.redhat.component="rh-${ NAME}${ PERL_SHORT_VER} -docker" \
31
31
version="$PERL_VERSION" \
32
32
maintainer=
"SoftwareCollections.org <[email protected] >" \
33
- help="For more information visit https://github.com/sclorg/s2i-$NAME-container" \
34
- usage="s2i build <SOURCE-REPOSITORY> centos/$NAME-$ PERL_SHORT_VER-centos7:latest <APP-NAME>"
33
+ help="For more information visit https://github.com/sclorg/s2i-${ NAME} -container" \
34
+ usage="s2i build <SOURCE-REPOSITORY> centos/${ NAME}-${ PERL_SHORT_VER} -centos7:latest <APP-NAME>"
35
35
36
36
# TODO: Cleanup cpanp cache after cpanminus is installed?
37
37
RUN yum install -y centos-release-scl && \
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ LABEL summary="$SUMMARY" \
23
23
io.k8s.description="$DESCRIPTION" \
24
24
io.k8s.display-name="Apache 2.4 with mod_perl/$PERL_VERSION" \
25
25
io.openshift.expose-services="8080:http" \
26
- io.openshift.tags="builder,$NAME,$ NAME$ PERL_SHORT_VER" \
26
+ io.openshift.tags="builder,${ NAME},${ NAME}${ PERL_SHORT_VER} " \
27
27
io.openshift.s2i.scripts-url="image:///usr/libexec/s2i" \
28
28
io.s2i.scripts-url="image:///usr/libexec/s2i" \
29
- name="rhscl/$NAME-$ PERL_SHORT_VER-rhel7" \
30
- com.redhat.component="rh-$NAME$ PERL_SHORT_VER-docker" \
29
+ name="rhscl/${ NAME}-${ PERL_SHORT_VER} -rhel7" \
30
+ com.redhat.component="rh-${ NAME}${ PERL_SHORT_VER} -docker" \
31
31
version="$PERL_VERSION" \
32
32
maintainer="SoftwareCollections.org <
[email protected] >" \
33
- help="For more information visit https://github.com/sclorg/s2i-$NAME-container" \
34
- usage="s2i build <SOURCE-REPOSITORY> rhscl/$NAME-$ PERL_SHORT_VER-rhel7:latest <APP-NAME>"
33
+ help="For more information visit https://github.com/sclorg/s2i-${ NAME} -container" \
34
+ usage="s2i build <SOURCE-REPOSITORY> rhscl/${ NAME}-${ PERL_SHORT_VER} -rhel7:latest <APP-NAME>"
35
35
36
36
# TODO: Cleanup cpanp cache after cpanminus is installed?
37
37
RUN yum install -y yum-utils && \
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ LABEL summary="$SUMMARY" \
23
23
io.k8s.description="$DESCRIPTION" \
24
24
io.k8s.display-name="Apache 2.4 with mod_perl/$PERL_VERSION" \
25
25
io.openshift.expose-services="8080:http" \
26
- io.openshift.tags="builder,$NAME,$ NAME$ PERL_SHORT_VER" \
26
+ io.openshift.tags="builder,${ NAME},${ NAME}${ PERL_SHORT_VER} " \
27
27
io.openshift.s2i.scripts-url="image:///usr/libexec/s2i" \
28
28
io.s2i.scripts-url="image:///usr/libexec/s2i" \
29
- name="centos/$NAME-$ PERL_SHORT_VER-centos7" \
30
- com.redhat.component="rh-$NAME$ PERL_SHORT_VER-docker" \
29
+ name="centos/${ NAME}-${ PERL_SHORT_VER} -centos7" \
30
+ com.redhat.component="rh-${ NAME}${ PERL_SHORT_VER} -docker" \
31
31
version="$PERL_VERSION" \
32
32
maintainer=
"SoftwareCollections.org <[email protected] >" \
33
- help="For more information visit https://github.com/sclorg/s2i-$NAME-container" \
34
- usage="s2i build <SOURCE-REPOSITORY> centos/$NAME-$ PERL_SHORT_VER-centos7:latest <APP-NAME>"
33
+ help="For more information visit https://github.com/sclorg/s2i-${ NAME} -container" \
34
+ usage="s2i build <SOURCE-REPOSITORY> centos/${ NAME}-${ PERL_SHORT_VER} -centos7:latest <APP-NAME>"
35
35
36
36
RUN yum install -y centos-release-scl && \
37
37
yum-config-manager --enable centos-sclo-rh-testing && \
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ LABEL summary="$SUMMARY" \
23
23
io.k8s.description="$DESCRIPTION" \
24
24
io.k8s.display-name="Apache 2.4 with mod_perl/$PERL_VERSION" \
25
25
io.openshift.expose-services="8080:http" \
26
- io.openshift.tags="builder,$NAME,$ NAME$ PERL_SHORT_VER" \
26
+ io.openshift.tags="builder,${ NAME},${ NAME}${ PERL_SHORT_VER} " \
27
27
io.openshift.s2i.scripts-url="image:///usr/libexec/s2i" \
28
28
io.s2i.scripts-url="image:///usr/libexec/s2i" \
29
- name="rhscl/$NAME-$ PERL_SHORT_VER-rhel7" \
30
- com.redhat.component="rh-$NAME$ PERL_SHORT_VER-docker" \
29
+ name="rhscl/${ NAME}-${ PERL_SHORT_VER} -rhel7" \
30
+ com.redhat.component="rh-${ NAME}${ PERL_SHORT_VER} -docker" \
31
31
version="$PERL_VERSION" \
32
32
maintainer="SoftwareCollections.org <
[email protected] >" \
33
- help="For more information visit https://github.com/sclorg/s2i-$NAME-container" \
34
- usage="s2i build <SOURCE-REPOSITORY> rhscl/$NAME-$ PERL_SHORT_VER-rhel7:latest <APP-NAME>"
33
+ help="For more information visit https://github.com/sclorg/s2i-${ NAME} -container" \
34
+ usage="s2i build <SOURCE-REPOSITORY> rhscl/${ NAME}-${ PERL_SHORT_VER} -rhel7:latest <APP-NAME>"
35
35
36
36
RUN yum install -y yum-utils && \
37
37
yum-config-manager --disable \* &> /dev/null && \
You can’t perform that action at this time.
0 commit comments