Skip to content

Commit

Permalink
Bump versions of micropipenv and thamos (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex authored Nov 10, 2020
1 parent b95c547 commit fd259ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions f31-py37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.fedoraproject.org/f31/python3:latest

ENV SUMMARY="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications" \
DESCRIPTION="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications. This toolchain is based on Fedora 31. It includes Pipenv." \
THOTH_S2I_VERSION=0.19.0 \
THOTH_S2I_VERSION=0.20.0 \
THAMOS_NO_PROGRESSBAR=1 \
THAMOS_NO_EMOJI=1

Expand All @@ -27,7 +27,7 @@ RUN TMPFILE=$(mktemp) && \
TMPFILE_ASSEMBLE=$(mktemp) && \
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
/usr/bin/pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install micropipenv[toml]==1.0.0 thamos==1.2.0 && \
/usr/bin/pip3 install micropipenv[toml]==1.0.1 thamos==1.3.0 && \
curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/assemble" -o "${TMPFILE_ASSEMBLE}" && \
cp "${STI_SCRIPTS_PATH}/assemble" "${TMPFILE}" && \
head -n1 "${TMPFILE}" >"${STI_SCRIPTS_PATH}/assemble" && \
Expand Down
4 changes: 2 additions & 2 deletions f32-py38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.fedoraproject.org/f32/python3:latest

ENV SUMMARY="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications" \
DESCRIPTION="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications. This toolchain is based on Fedora 31. It includes Pipenv." \
THOTH_S2I_VERSION=0.19.0 \
THOTH_S2I_VERSION=0.20.0 \
THAMOS_NO_PROGRESSBAR=1 \
THAMOS_NO_EMOJI=1

Expand All @@ -27,7 +27,7 @@ RUN TMPFILE=$(mktemp) && \
TMPFILE_ASSEMBLE=$(mktemp) && \
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
/usr/bin/pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install micropipenv[toml]==1.0.0 thamos==1.2.0 && \
/usr/bin/pip3 install micropipenv[toml]==1.0.1 thamos==1.3.0 && \
curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/assemble" -o "${TMPFILE_ASSEMBLE}" && \
cp "${STI_SCRIPTS_PATH}/assemble" "${TMPFILE}" && \
head -n1 "${TMPFILE}" >"${STI_SCRIPTS_PATH}/assemble" && \
Expand Down
4 changes: 2 additions & 2 deletions ubi8-py36/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.access.redhat.com/ubi8/python-36:1-114.1599745041

ENV SUMMARY="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications" \
DESCRIPTION="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications. This toolchain is based on Red Hat UBI8. It includes pipenv." \
THOTH_S2I_VERSION=0.19.0 \
THOTH_S2I_VERSION=0.20.0 \
THAMOS_NO_PROGRESSBAR=1 \
THAMOS_NO_EMOJI=1

Expand All @@ -26,7 +26,7 @@ COPY ./s2i_assemble.patch /tmp/s2i_assemble.patch
RUN TMPFILE=$(mktemp) && \
TMPFILE_ASSEMBLE=$(mktemp) && \
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
/usr/bin/pip3 install micropipenv[toml]==1.0.0 thamos==1.2.0 && \
/usr/bin/pip3 install micropipenv[toml]==1.0.1 thamos==1.3.0 && \
curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/assemble" -o "${TMPFILE_ASSEMBLE}" && \
cp "${STI_SCRIPTS_PATH}/assemble" "${TMPFILE}" && \
head -n1 "${TMPFILE}" >"${STI_SCRIPTS_PATH}/assemble" && \
Expand Down
4 changes: 2 additions & 2 deletions ubi8-py38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.access.redhat.com/ubi8/python-38:1-34.1599745032

ENV SUMMARY="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications" \
DESCRIPTION="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications. This toolchain is based on Red Hat UBI8. It includes pipenv." \
THOTH_S2I_VERSION=0.19.0 \
THOTH_S2I_VERSION=0.20.0 \
THAMOS_NO_PROGRESSBAR=1 \
THAMOS_NO_EMOJI=1

Expand All @@ -27,7 +27,7 @@ RUN TMPFILE=$(mktemp) && \
TMPFILE_ASSEMBLE=$(mktemp) && \
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
/usr/bin/pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install micropipenv[toml]==1.0.0 thamos==1.2.0 && \
/usr/bin/pip3 install micropipenv[toml]==1.0.1 thamos==1.3.0 && \
curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/assemble" -o "${TMPFILE_ASSEMBLE}" && \
cp "${STI_SCRIPTS_PATH}/assemble" "${TMPFILE}" && \
head -n1 "${TMPFILE}" >"${STI_SCRIPTS_PATH}/assemble" && \
Expand Down

0 comments on commit fd259ea

Please sign in to comment.