We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a9257 commit 8ecf0c3Copy full SHA for 8ecf0c3
5.30/Dockerfile.fedora
@@ -33,7 +33,7 @@ LABEL summary="$SUMMARY" \
33
version="$VERSION" \
34
maintainer="SoftwareCollections.org <sclorg@redhat.com>" \
35
help="For more information visit https://github.com/sclorg/s2i-${NAME}-container" \
36
- usage="s2i build <SOURCE-REPOSITORY> centos/${NAME}-${PERL_SHORT_VER}-centos8:latest <APP-NAME>"
+ usage="s2i build <SOURCE-REPOSITORY> fedora/${NAME}-${PERL_SHORT_VER}:latest <APP-NAME>"
37
38
RUN INSTALL_PKGS="perl perl-devel mod_perl perl-CPAN perl-App-cpanminus httpd python2" && \
39
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
0 commit comments