Skip to content

Commit

Permalink
Merge pull request #185 from harshad16/bump-0.29.0
Browse files Browse the repository at this point in the history
Bump upto version v0.29.0
  • Loading branch information
sesheta authored Jun 1, 2021
2 parents 5f4f164 + 4fb65f2 commit cefa086
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion f31-py37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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_NAME=quay.io/thoth-station/s2i-thoth-f31-py37 \
THOTH_S2I_VERSION=0.28.0 \
THOTH_S2I_VERSION=0.29.0 \
THAMOS_NO_PROGRESSBAR=1 \
THAMOS_NO_EMOJI=1 \
MICROPIPENV_NO_LOCKFILE_PRINT=0 \
Expand Down
2 changes: 1 addition & 1 deletion f32-py38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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_NAME=quay.io/thoth-station/s2i-thoth-f32-py38 \
THOTH_S2I_VERSION=0.28.0 \
THOTH_S2I_VERSION=0.29.0 \
THAMOS_NO_PROGRESSBAR=1 \
THAMOS_NO_EMOJI=1 \
MICROPIPENV_NO_LOCKFILE_PRINT=0 \
Expand Down
2 changes: 1 addition & 1 deletion f34-py39/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM registry.fedoraproject.org/f34/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 34. It includes Pipenv." \
THOTH_S2I_NAME=quay.io/thoth-station/s2i-thoth-f34-py39 \
THOTH_S2I_VERSION=0.28.0 \
THOTH_S2I_VERSION=0.29.0 \
THAMOS_NO_PROGRESSBAR=1 \
THAMOS_NO_EMOJI=1 \
MICROPIPENV_NO_LOCKFILE_PRINT=0 \
Expand Down
2 changes: 1 addition & 1 deletion ubi8-py36/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/python-36:1-127
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_NAME=quay.io/thoth-station/s2i-thoth-ubi8-py36 \
THOTH_S2I_VERSION=0.28.0 \
THOTH_S2I_VERSION=0.29.0 \
THAMOS_NO_PROGRESSBAR=1 \
THAMOS_NO_EMOJI=1 \
MICROPIPENV_NO_LOCKFILE_PRINT=0 \
Expand Down
2 changes: 1 addition & 1 deletion ubi8-py38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/python-38:1-60
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_NAME=quay.io/thoth-station/s2i-thoth-ubi8-py38 \
THOTH_S2I_VERSION=0.28.0 \
THOTH_S2I_VERSION=0.29.0 \
THAMOS_NO_PROGRESSBAR=1 \
THAMOS_NO_EMOJI=1 \
MICROPIPENV_NO_LOCKFILE_PRINT=0 \
Expand Down

0 comments on commit cefa086

Please sign in to comment.