Skip to content

Commit

Permalink
Add generated sources
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek authored and frenzymadness committed Sep 24, 2024
1 parent 16190d8 commit 773805d
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 3.11/Dockerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LABEL summary="$SUMMARY" \
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.11/test/setup-test-app/ $FGC/$NAME python-sample-app" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python3.11 python3.11-devel python3.11-pip nss_wrapper httpd \
RUN INSTALL_PKGS="python3.11 python3.11-devel python3.11-pip nss_wrapper-libs httpd \
httpd-devel mod_ssl mod_auth_gssapi mod_ldap mod_session \
atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \
krb5-devel" && \
Expand Down
2 changes: 1 addition & 1 deletion 3.11/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \
io.buildpacks.stack.id="com.redhat.stacks.ubi8-python-311" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python3.11 python3.11-devel python3.11-setuptools python3.11-pip nss_wrapper \
RUN INSTALL_PKGS="python3.11 python3.11-devel python3.11-setuptools python3.11-pip nss_wrapper-libs \
httpd httpd-devel mod_ssl mod_auth_gssapi mod_ldap \
mod_session atlas-devel gcc-gfortran libffi-devel libtool-ltdl \
enchant krb5-devel" && \
Expand Down
2 changes: 1 addition & 1 deletion 3.11/Dockerfile.rhel9
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \
io.buildpacks.stack.id="com.redhat.stacks.ubi9-python-311" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python3.11 python3.11-devel python3.11-pip nss_wrapper httpd \
RUN INSTALL_PKGS="python3.11 python3.11-devel python3.11-pip nss_wrapper-libs httpd \
httpd-devel mod_ssl mod_auth_gssapi mod_ldap mod_session \
atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \
krb5-devel" && \
Expand Down
2 changes: 1 addition & 1 deletion 3.12/Dockerfile.c10s
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LABEL summary="$SUMMARY" \
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.12/test/setup-test-app/ $FGC/$NAME python-sample-app" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper \
RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper-libs \
httpd httpd-devel mod_ssl mod_auth_gssapi mod_ldap \
mod_session gcc-gfortran libffi-devel libtool-ltdl krb5-devel" && \
yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
Expand Down
2 changes: 1 addition & 1 deletion 3.12/Dockerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LABEL summary="$SUMMARY" \
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.12/test/setup-test-app/ $FGC/$NAME python-sample-app" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python3.12 python3.12-devel python3.12-pip nss_wrapper httpd \
RUN INSTALL_PKGS="python3.12 python3.12-devel python3.12-pip nss_wrapper-libs httpd \
httpd-devel mod_ssl mod_auth_gssapi mod_ldap mod_session \
atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \
krb5-devel" && \
Expand Down
2 changes: 1 addition & 1 deletion 3.12/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LABEL summary="$SUMMARY" \
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.12/test/setup-test-app/ quay.io/fedora/$NAME-312 python-sample-app" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper \
RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper-libs \
httpd httpd-devel atlas-devel gcc-gfortran libffi-devel \
libtool-ltdl enchant redhat-rpm-config krb5-devel" && \
dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
Expand Down
2 changes: 1 addition & 1 deletion 3.12/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \
io.buildpacks.stack.id="com.redhat.stacks.ubi8-python-312" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python3.12 python3.12-devel python3.12-setuptools python3.12-pip nss_wrapper \
RUN INSTALL_PKGS="python3.12 python3.12-devel python3.12-setuptools python3.12-pip nss_wrapper-libs \
httpd httpd-devel mod_ssl mod_auth_gssapi mod_ldap \
mod_session atlas-devel gcc-gfortran libffi-devel libtool-ltdl \
enchant krb5-devel" && \
Expand Down
2 changes: 1 addition & 1 deletion 3.12/Dockerfile.rhel9
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \
io.buildpacks.stack.id="com.redhat.stacks.ubi9-python-312" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python3.12 python3.12-devel python3.12-pip nss_wrapper httpd \
RUN INSTALL_PKGS="python3.12 python3.12-devel python3.12-pip nss_wrapper-libs httpd \
httpd-devel mod_ssl mod_auth_gssapi mod_ldap mod_session \
atlas-devel gcc-gfortran libffi-devel libtool-ltdl enchant \
krb5-devel" && \
Expand Down
2 changes: 1 addition & 1 deletion 3.6/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ LABEL summary="$SUMMARY" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python36 python36-devel python3-virtualenv python3-setuptools python3-pip \
nss_wrapper httpd httpd-devel mod_ssl mod_auth_gssapi \
nss_wrapper-libs httpd httpd-devel mod_ssl mod_auth_gssapi \
mod_ldap mod_session atlas-devel gcc-gfortran libffi-devel \
libtool-ltdl enchant krb5-devel" && \
yum -y module enable python36:3.6 httpd:2.4 && \
Expand Down
2 changes: 1 addition & 1 deletion 3.9/Dockerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LABEL summary="$SUMMARY" \
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.9/test/setup-test-app/ $FGC/$NAME python-sample-app" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper \
RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper-libs \
httpd httpd-devel mod_ssl mod_auth_gssapi mod_ldap \
mod_session atlas-devel gcc-gfortran libffi-devel libtool-ltdl \
enchant krb5-devel" && \
Expand Down
2 changes: 1 addition & 1 deletion 3.9/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \
io.buildpacks.stack.id="com.redhat.stacks.ubi8-python-39" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python39 python39-devel python39-setuptools python39-pip nss_wrapper \
RUN INSTALL_PKGS="python39 python39-devel python39-setuptools python39-pip nss_wrapper-libs \
httpd httpd-devel mod_ssl mod_auth_gssapi mod_ldap \
mod_session atlas-devel gcc-gfortran libffi-devel libtool-ltdl \
enchant krb5-devel" && \
Expand Down
2 changes: 1 addition & 1 deletion 3.9/Dockerfile.rhel9
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \
io.buildpacks.stack.id="com.redhat.stacks.ubi9-python-39" \
maintainer="SoftwareCollections.org <sclorg@redhat.com>"

RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper \
RUN INSTALL_PKGS="python3 python3-devel python3-setuptools python3-pip nss_wrapper-libs \
httpd httpd-devel mod_ssl mod_auth_gssapi mod_ldap \
mod_session atlas-devel gcc-gfortran libffi-devel libtool-ltdl \
enchant krb5-devel" && \
Expand Down

0 comments on commit 773805d

Please # to comment.