Skip to content

Commit

Permalink
Dockerfile : Add urllib3 1.26.18
Browse files Browse the repository at this point in the history
We need to specify a 1.26.x version of urllib3 when installing sphinx, otherwise urllib3 2.x is installed which isn't compatible with the CentOS 7 system OpenSSL version of 1.0.2. This then leads to issues using the `github` module on CI.
  • Loading branch information
murraystevenson committed Jan 16, 2024
1 parent 1bdb826 commit 3bbd6e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.x.x
=====

- Dockerfile :
- Fixed issues with `github` module on CI by installing `urllib3` 1.26.18.

2.1.0
=====

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ RUN yum install -y yum-versionlock && \
# Note: When updating these, also update the MacOS setup in .github/workflows/main.yaml
# (in GafferHQ/gaffer).
pip install \
urllib3==1.26.18 \
sphinx==4.3.1 \
sphinx_rtd_theme==1.0.0 \
myst-parser==0.15.2 \
Expand Down

0 comments on commit 3bbd6e0

Please sign in to comment.