Skip to content

Commit

Permalink
installing python3.8 and bumping version of thamos to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory-Pereira committed Mar 24, 2022
1 parent 8946641 commit dd9418a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions f34-py39/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ LABEL summary="$SUMMARY" \
maintainer="Thoth Station <[email protected]>"

USER 0
RUN sudo dnf install python3.8 -y
COPY ./s2i_assemble.patch /tmp/s2i_assemble.patch
COPY ./requirements.txt $HOME/requirements.txt
RUN TMPFILE=$(mktemp) && \
Expand Down
9 changes: 6 additions & 3 deletions f34-py39/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,9 @@ rfc5424-logging-handler==1.4.3 \
rich==10.15.2; python_full_version >= '3.6.2' and python_full_version < '4.0.0' \
--hash=sha256:1dded089b79dd042b3ab5cd63439a338e16652001f0c16e73acdcf4997ad772d \
--hash=sha256:43b2c6ad51f46f6c94992aee546f1c177719f4e05aff8f5ea4d2efae3ebdac89
rich-click==1.2.1; python_version >= '3.8' \
--hash=sha256:43edaf6f89d9597e992040a56ac7f9236952d3e8c2df47db88115bc304005dff \
--hash=sha256:bd93b1d418241b71272dac70c45bc1ddf7a3d12c550d918407e1ba3f8906f123
rsa==4.8; python_version >= '3.6' \
--hash=sha256:5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17 \
--hash=sha256:95c5d300c4e879ee69708c428ba566c59478fd653cc3a22243eeb8ed846950bb
Expand Down Expand Up @@ -613,9 +616,9 @@ six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' \
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
termcolor==1.1.0 \
--hash=sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b
thamos==1.21.1 \
--hash=sha256:38909ebb6345d98883fe03fd66e5204c014fafedff177662b6744b0c971467c9 \
--hash=sha256:b14907c7ead2a9bbeca0e80dc9a40d3c2152d7886ec5bbe9d605535cbdbf474a
thamos==1.27.4 \
--hash=sha256:d5d69c900b8ca90ff2feb9b89d358abddfbfb2c580359966206b93253a3019a2 \
--hash=sha256:8def2131b43f0a6fb157f80dfb277ebfce387155ffb7e3da86b12ba5eef2be44
thoth-analyzer==0.1.8 \
--hash=sha256:3f830334a3ba725cacf64ccc756e42f0c7946fd8038da6565cb2de569ea5c9c1 \
--hash=sha256:8a29ce615e5feddd301a8c6656132268bede23d4187a5cfb60f790f80cd04dc1
Expand Down

0 comments on commit dd9418a

Please sign in to comment.