Skip to content

Commit a1254c8

Browse files
committed
Fix "get-pip.py" URLs
1 parent 754afa8 commit a1254c8

File tree

31 files changed

+32
-32
lines changed

31 files changed

+32
-32
lines changed

3.10-rc/alpine3.12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ RUN cd /usr/local/bin \
116116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117117
ENV PYTHON_PIP_VERSION 21.0.1
118118
# 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
120120
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
121121

122122
RUN set -ex; \

3.10-rc/alpine3.13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ RUN cd /usr/local/bin \
116116
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
117117
ENV PYTHON_PIP_VERSION 21.0.1
118118
# 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
120120
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
121121

122122
RUN set -ex; \

3.10-rc/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN cd /usr/local/bin \
7171
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
7272
ENV PYTHON_PIP_VERSION 21.0.1
7373
# 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
7575
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
7676

7777
RUN set -ex; \

3.10-rc/buster/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RUN cd /usr/local/bin \
111111
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
112112
ENV PYTHON_PIP_VERSION 21.0.1
113113
# 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
115115
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
116116

117117
RUN set -ex; \

3.10-rc/windows/windowsservercore-1809/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4747
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
4848
ENV PYTHON_PIP_VERSION 21.0.1
4949
# 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
5151
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
5252

5353
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \

3.10-rc/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env
4747
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
4848
ENV PYTHON_PIP_VERSION 21.0.1
4949
# 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
5151
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
5252

5353
RUN Write-Host ('Downloading get-pip.py ({0}) ...' -f $env:PYTHON_GET_PIP_URL); \

3.6/alpine3.12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ RUN cd /usr/local/bin \
150150
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
151151
ENV PYTHON_PIP_VERSION 21.0.1
152152
# 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
154154
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
155155

156156
RUN set -ex; \

3.6/alpine3.13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ RUN cd /usr/local/bin \
150150
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
151151
ENV PYTHON_PIP_VERSION 21.0.1
152152
# 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
154154
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
155155

156156
RUN set -ex; \

3.6/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RUN cd /usr/local/bin \
107107
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
108108
ENV PYTHON_PIP_VERSION 21.0.1
109109
# 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
111111
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
112112

113113
RUN set -ex; \

3.6/buster/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ RUN cd /usr/local/bin \
146146
# if this is called "PIP_VERSION", pip explodes with "ValueError: invalid truth value '<VERSION>'"
147147
ENV PYTHON_PIP_VERSION 21.0.1
148148
# 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
150150
ENV PYTHON_GET_PIP_SHA256 e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de
151151

152152
RUN set -ex; \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy