This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 21f7d6e  Fixed get-pip URL in Dockerfile (#2651)
21f7d6e is described below

commit 21f7d6e11481f7bd524d8217b51746d3cc95651e
Author: Matteo Merli <[email protected]>
AuthorDate: Wed Mar 17 16:12:46 2021 -0700

    Fixed get-pip URL in Dockerfile (#2651)
---
 docker/Dockerfile                                    | 2 +-
 tests/docker-images/current-version-image/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index a9baa5e..a7783cc 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -47,7 +47,7 @@ RUN set -x \
     && mv bookkeeper-server-${BK_VERSION}/ /opt/bookkeeper/ \
     && rm -rf "$DISTRO_NAME.tar.gz" "$DISTRO_NAME.tar.gz.asc" 
"$DISTRO_NAME.tar.gz.sha512" \
     # install zookeeper shell
-    && wget -q https://bootstrap.pypa.io/2.7/get-pip.py \
+    && wget -q https://bootstrap.pypa.io/pip/2.7/get-pip.py \
     && python --version \
     && python get-pip.py \
     && pip install zk-shell \
diff --git a/tests/docker-images/current-version-image/Dockerfile 
b/tests/docker-images/current-version-image/Dockerfile
index 27f836a..4a73f2e 100644
--- a/tests/docker-images/current-version-image/Dockerfile
+++ b/tests/docker-images/current-version-image/Dockerfile
@@ -40,7 +40,7 @@ RUN set -x \
     && mkdir -pv /opt \
     && cd /opt \
     # install zookeeper shell
-    && wget -q https://bootstrap.pypa.io/2.7/get-pip.py \
+    && wget -q https://bootstrap.pypa.io/pip/2.7/get-pip.py \
     && python get-pip.py \
     && pip install zk-shell \
     && rm -rf get-pip.py \

Reply via email to