File tree 31 files changed +32
-32
lines changed
windowsservercore-ltsc2016
windowsservercore-ltsc2016
windowsservercore-ltsc2016 31 files changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ RUN cd /usr/local/bin \
116
116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117
117
ENV PYTHON_PIP_VERSION 21.0.1
118
118
# https://github.com/pypa/get-pip
119
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
119
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
120
120
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
121
121
122
122
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ RUN cd /usr/local/bin \
116
116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117
117
ENV PYTHON_PIP_VERSION 21.0.1
118
118
# https://github.com/pypa/get-pip
119
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
119
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
120
120
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
121
121
122
122
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ RUN cd /usr/local/bin \
71
71
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
72
72
ENV PYTHON_PIP_VERSION 21.0.1
73
73
# https://github.com/pypa/get-pip
74
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
74
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
75
75
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
76
76
77
77
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ RUN cd /usr/local/bin \
111
111
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
112
112
ENV PYTHON_PIP_VERSION 21.0.1
113
113
# https://github.com/pypa/get-pip
114
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
114
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
115
115
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
116
116
117
117
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
47
47
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48
48
ENV PYTHON_PIP_VERSION 21.0.1
49
49
# https://github.com/pypa/get-pip
50
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
50
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
51
51
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
52
52
53
53
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
47
47
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48
48
ENV PYTHON_PIP_VERSION 21.0.1
49
49
# https://github.com/pypa/get-pip
50
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
50
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
51
51
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
52
52
53
53
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ RUN cd /usr/local/bin \
150
150
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
151
151
ENV PYTHON_PIP_VERSION 21.0.1
152
152
# https://github.com/pypa/get-pip
153
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
153
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
154
154
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
155
155
156
156
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ RUN cd /usr/local/bin \
150
150
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
151
151
ENV PYTHON_PIP_VERSION 21.0.1
152
152
# https://github.com/pypa/get-pip
153
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
153
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
154
154
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
155
155
156
156
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ RUN cd /usr/local/bin \
107
107
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
108
108
ENV PYTHON_PIP_VERSION 21.0.1
109
109
# https://github.com/pypa/get-pip
110
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
110
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
111
111
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
112
112
113
113
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ RUN cd /usr/local/bin \
146
146
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
147
147
ENV PYTHON_PIP_VERSION 21.0.1
148
148
# https://github.com/pypa/get-pip
149
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
149
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
150
150
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
151
151
152
152
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ RUN cd /usr/local/bin \
107
107
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
108
108
ENV PYTHON_PIP_VERSION 21.0.1
109
109
# https://github.com/pypa/get-pip
110
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
110
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
111
111
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
112
112
113
113
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ RUN cd /usr/local/bin \
146
146
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
147
147
ENV PYTHON_PIP_VERSION 21.0.1
148
148
# https://github.com/pypa/get-pip
149
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
149
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
150
150
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
151
151
152
152
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ RUN cd /usr/local/bin \
151
151
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
152
152
ENV PYTHON_PIP_VERSION 21.0.1
153
153
# https://github.com/pypa/get-pip
154
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
154
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
155
155
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
156
156
157
157
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ RUN cd /usr/local/bin \
151
151
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
152
152
ENV PYTHON_PIP_VERSION 21.0.1
153
153
# https://github.com/pypa/get-pip
154
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
154
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
155
155
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
156
156
157
157
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN cd /usr/local/bin \
108
108
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
109
109
ENV PYTHON_PIP_VERSION 21.0.1
110
110
# https://github.com/pypa/get-pip
111
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
111
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
112
112
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
113
113
114
114
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ RUN cd /usr/local/bin \
147
147
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
148
148
ENV PYTHON_PIP_VERSION 21.0.1
149
149
# https://github.com/pypa/get-pip
150
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
150
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
151
151
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
152
152
153
153
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN cd /usr/local/bin \
108
108
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
109
109
ENV PYTHON_PIP_VERSION 21.0.1
110
110
# https://github.com/pypa/get-pip
111
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
111
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
112
112
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
113
113
114
114
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ RUN cd /usr/local/bin \
147
147
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
148
148
ENV PYTHON_PIP_VERSION 21.0.1
149
149
# https://github.com/pypa/get-pip
150
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
150
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
151
151
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
152
152
153
153
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ RUN cd /usr/local/bin \
115
115
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
116
116
ENV PYTHON_PIP_VERSION 21.0.1
117
117
# https://github.com/pypa/get-pip
118
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
118
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
119
119
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
120
120
121
121
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ RUN cd /usr/local/bin \
115
115
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
116
116
ENV PYTHON_PIP_VERSION 21.0.1
117
117
# https://github.com/pypa/get-pip
118
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
118
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
119
119
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
120
120
121
121
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ RUN cd /usr/local/bin \
72
72
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
73
73
ENV PYTHON_PIP_VERSION 21.0.1
74
74
# https://github.com/pypa/get-pip
75
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
75
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
76
76
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
77
77
78
78
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ RUN cd /usr/local/bin \
111
111
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
112
112
ENV PYTHON_PIP_VERSION 21.0.1
113
113
# https://github.com/pypa/get-pip
114
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
114
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
115
115
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
116
116
117
117
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
47
47
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48
48
ENV PYTHON_PIP_VERSION 21.0.1
49
49
# https://github.com/pypa/get-pip
50
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
50
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
51
51
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
52
52
53
53
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
47
47
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48
48
ENV PYTHON_PIP_VERSION 21.0.1
49
49
# https://github.com/pypa/get-pip
50
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
50
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
51
51
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
52
52
53
53
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ RUN cd /usr/local/bin \
116
116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117
117
ENV PYTHON_PIP_VERSION 21.0.1
118
118
# https://github.com/pypa/get-pip
119
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
119
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
120
120
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
121
121
122
122
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ RUN cd /usr/local/bin \
116
116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117
117
ENV PYTHON_PIP_VERSION 21.0.1
118
118
# https://github.com/pypa/get-pip
119
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
119
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
120
120
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
121
121
122
122
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ RUN cd /usr/local/bin \
71
71
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
72
72
ENV PYTHON_PIP_VERSION 21.0.1
73
73
# https://github.com/pypa/get-pip
74
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
74
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
75
75
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
76
76
77
77
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ RUN cd /usr/local/bin \
111
111
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
112
112
ENV PYTHON_PIP_VERSION 21.0.1
113
113
# https://github.com/pypa/get-pip
114
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
114
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
115
115
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
116
116
117
117
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
47
47
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48
48
ENV PYTHON_PIP_VERSION 21.0.1
49
49
# https://github.com/pypa/get-pip
50
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
50
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
51
51
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
52
52
53
53
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
47
47
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
48
48
ENV PYTHON_PIP_VERSION 21.0.1
49
49
# https://github.com/pypa/get-pip
50
- ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/995d444992043a370e1c725a55a7518aabf3141d /get-pip.py
50
+ ENV PYTHON_GET_PIP_URL https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public /get-pip.py
51
51
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
52
52
53
53
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \
Original file line number Diff line number Diff line change 34
34
versions=( " ${versions[@]%/ } " )
35
35
36
36
pipVersion=" $( curl -fsSL ' https://pypi.org/pypi/pip/json' | jq -r .info.version) "
37
- getPipCommit=" $( curl -fsSL ' https://github.com/pypa/get-pip/commits/main/get-pip.py.atom' | tac| tac | awk -F ' [[:space:]]*[<>/]+' ' $2 == "id" && $3 ~ /Commit/ { print $4; exit }' ) "
38
- getPipUrl=" https://github.com/pypa/get-pip/raw/$getPipCommit /get-pip.py"
37
+ getPipCommit=" $( curl -fsSL ' https://github.com/pypa/get-pip/commits/main/public/ get-pip.py.atom' | tac| tac | awk -F ' [[:space:]]*[<>/]+' ' $2 == "id" && $3 ~ /Commit/ { print $4; exit }' ) "
38
+ getPipUrl=" https://github.com/pypa/get-pip/raw/$getPipCommit /public/ get-pip.py"
39
39
getPipSha256=" $( curl -fsSL " $getPipUrl " | sha256sum | cut -d' ' -f1) "
40
40
41
41
generated_warning () {
You can’t perform that action at this time.
0 commit comments