Skip to content

Commit

Permalink
Version 0.22.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex authored Dec 1, 2020
1 parent a307404 commit 8d31038
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.21.2 \
THOTH_S2I_VERSION=0.22.0 \
THAMOS_NO_PROGRESSBAR=1 \
THAMOS_NO_EMOJI=1

Expand All @@ -28,7 +28,7 @@ RUN TMPFILE=$(mktemp) && \
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install micropipenv[toml]==1.0.1 thamos==1.5.1 && \
/usr/bin/pip3 install micropipenv[toml]==1.0.1 thamos==1.5.2 && \
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.21.2 \
THOTH_S2I_VERSION=0.22.0 \
THAMOS_NO_PROGRESSBAR=1 \
THAMOS_NO_EMOJI=1

Expand All @@ -28,7 +28,7 @@ RUN TMPFILE=$(mktemp) && \
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install micropipenv[toml]==1.0.1 thamos==1.5.1 && \
/usr/bin/pip3 install micropipenv[toml]==1.0.1 thamos==1.5.2 && \
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-121

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.21.2 \
THOTH_S2I_VERSION=0.22.0 \
THAMOS_NO_PROGRESSBAR=1 \
THAMOS_NO_EMOJI=1

Expand All @@ -28,7 +28,7 @@ RUN TMPFILE=$(mktemp) && \
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install micropipenv[toml]==1.0.1 thamos==1.5.1 && \
/usr/bin/pip3 install micropipenv[toml]==1.0.1 thamos==1.5.2 && \
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-41

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.21.2 \
THOTH_S2I_VERSION=0.22.0 \
THAMOS_NO_PROGRESSBAR=1 \
THAMOS_NO_EMOJI=1

Expand All @@ -28,7 +28,7 @@ RUN TMPFILE=$(mktemp) && \
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install micropipenv[toml]==1.0.1 thamos==1.5.1 && \
/usr/bin/pip3 install micropipenv[toml]==1.0.1 thamos==1.5.2 && \
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 8d31038

Please sign in to comment.