Skip to content

Commit 8da68f1

Browse files
authored
Merge pull request #241 from harshad16/release-0.33.0
🚢 Release of version 0.33.0
2 parents dfadc7a + c5d99d2 commit 8da68f1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

f34-py39/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.fedoraproject.org/f34/python3:0-31.container
44
ENV SUMMARY="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications" \
55
DESCRIPTION="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications. This toolchain is based on Fedora 34. It includes Pipenv." \
66
THOTH_S2I_NAME=quay.io/thoth-station/s2i-thoth-f34-py39 \
7-
THOTH_S2I_VERSION=0.32.3 \
7+
THOTH_S2I_VERSION=0.33.0 \
88
THAMOS_NO_PROGRESSBAR=1 \
99
THAMOS_NO_EMOJI=1 \
1010
MICROPIPENV_NO_LOCKFILE_PRINT=0 \

f35-py310/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.fedoraproject.org/f35/python3:0-41.container
44
ENV SUMMARY="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications" \
55
DESCRIPTION="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications. This toolchain is based on Fedora 35. It includes Pipenv." \
66
THOTH_S2I_NAME=quay.io/thoth-station/s2i-thoth-f35-py310 \
7-
THOTH_S2I_VERSION=0.32.3 \
7+
THOTH_S2I_VERSION=0.33.0 \
88
THAMOS_NO_PROGRESSBAR=1 \
99
THAMOS_NO_EMOJI=1 \
1010
MICROPIPENV_NO_LOCKFILE_PRINT=0 \

ubi8-py36/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/python-36:1-170.1648121369
44
ENV SUMMARY="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications" \
55
DESCRIPTION="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications. This toolchain is based on Red Hat UBI8. It includes pipenv." \
66
THOTH_S2I_NAME=quay.io/thoth-station/s2i-thoth-ubi8-py36 \
7-
THOTH_S2I_VERSION=0.32.4 \
7+
THOTH_S2I_VERSION=0.33.0 \
88
THAMOS_NO_PROGRESSBAR=1 \
99
THAMOS_NO_EMOJI=1 \
1010
MICROPIPENV_NO_LOCKFILE_PRINT=0 \

ubi8-py38/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/python-38:1-86.1648121386
44
ENV SUMMARY="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications" \
55
DESCRIPTION="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications. This toolchain is based on Red Hat UBI8. It includes pipenv." \
66
THOTH_S2I_NAME=quay.io/thoth-station/s2i-thoth-ubi8-py38 \
7-
THOTH_S2I_VERSION=0.32.4 \
7+
THOTH_S2I_VERSION=0.33.0 \
88
THAMOS_NO_PROGRESSBAR=1 \
99
THAMOS_NO_EMOJI=1 \
1010
MICROPIPENV_NO_LOCKFILE_PRINT=0 \

ubi8-py39/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/python-39:1-35.1648121362
44
ENV SUMMARY="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications" \
55
DESCRIPTION="Thoth's Source-to-Image for Python ${PYTHON_VERSION} applications. This toolchain is based on Red Hat UBI8. It includes pipenv." \
66
THOTH_S2I_NAME=quay.io/thoth-station/s2i-thoth-ubi8-py39 \
7-
THOTH_S2I_VERSION=0.32.4 \
7+
THOTH_S2I_VERSION=0.33.0 \
88
THAMOS_NO_PROGRESSBAR=1 \
99
THAMOS_NO_EMOJI=1 \
1010
MICROPIPENV_NO_LOCKFILE_PRINT=0 \

0 commit comments

Comments
 (0)