Revert "Install pyyaml through pip in docker"

pull/15794/head
Jan Tattermusch 7 years ago committed by GitHub
parent 227d06e48b
commit e1efb43345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      templates/tools/dockerfile/apt_get_basic.include
  2. 2
      templates/tools/dockerfile/python_deps.include
  3. 2
      tools/dockerfile/grpc_clang_tidy/Dockerfile
  4. 3
      tools/dockerfile/interoptest/grpc_interop_csharp/Dockerfile
  5. 3
      tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/Dockerfile
  6. 3
      tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile
  7. 2
      tools/dockerfile/interoptest/grpc_interop_go/Dockerfile
  8. 2
      tools/dockerfile/interoptest/grpc_interop_go1.7/Dockerfile
  9. 2
      tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile
  10. 2
      tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile
  11. 2
      tools/dockerfile/interoptest/grpc_interop_java/Dockerfile
  12. 2
      tools/dockerfile/interoptest/grpc_interop_java_oracle8/Dockerfile
  13. 3
      tools/dockerfile/interoptest/grpc_interop_node/Dockerfile
  14. 1
      tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile
  15. 1
      tools/dockerfile/interoptest/grpc_interop_php/Dockerfile
  16. 3
      tools/dockerfile/interoptest/grpc_interop_python/Dockerfile
  17. 3
      tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile
  18. 3
      tools/dockerfile/test/csharp_jessie_x64/Dockerfile
  19. 3
      tools/dockerfile/test/cxx_jessie_x64/Dockerfile
  20. 3
      tools/dockerfile/test/cxx_jessie_x86/Dockerfile
  21. 3
      tools/dockerfile/test/cxx_sanitizers_jessie_x64/Dockerfile
  22. 3
      tools/dockerfile/test/cxx_ubuntu1404_x64/Dockerfile
  23. 3
      tools/dockerfile/test/cxx_ubuntu1604_x64/Dockerfile
  24. 3
      tools/dockerfile/test/cxx_ubuntu1710_x64/Dockerfile
  25. 3
      tools/dockerfile/test/fuzzer/Dockerfile
  26. 3
      tools/dockerfile/test/multilang_jessie_x64/Dockerfile
  27. 3
      tools/dockerfile/test/node_jessie_x64/Dockerfile
  28. 2
      tools/dockerfile/test/php7_jessie_x64/Dockerfile
  29. 3
      tools/dockerfile/test/php_jessie_x64/Dockerfile
  30. 3
      tools/dockerfile/test/python_jessie_x64/Dockerfile
  31. 3
      tools/dockerfile/test/python_pyenv_x64/Dockerfile
  32. 3
      tools/dockerfile/test/ruby_jessie_x64/Dockerfile
  33. 3
      tools/dockerfile/test/sanity/Dockerfile

@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y ${'\\'}
strace ${'\\'}
python-dev ${'\\'}
python-setuptools ${'\\'}
python-yaml ${'\\'}
telnet ${'\\'}
unzip ${'\\'}
wget ${'\\'}

@ -11,4 +11,4 @@ RUN apt-get update && apt-get install -y ${'\\'}
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0

@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
ADD clang_tidy_all_the_things.sh /

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -61,7 +62,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#================
# C# dependencies

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -61,7 +62,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#================
# C# dependencies

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -61,7 +62,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#=================
# C++ dependencies

@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
# Define the default command.
CMD ["bash"]

@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
# Define the default command.
CMD ["bash"]

@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
# Define the default command.
CMD ["bash"]

@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
RUN pip install twisted h2==2.6.1 hyper

@ -45,7 +45,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
# Trigger download of as many Gradle artifacts as possible.

@ -45,7 +45,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
# Trigger download of as many Gradle artifacts as possible.

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -61,7 +62,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#==================
# Node dependencies

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -61,7 +62,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
# Install pip and virtualenv for Python 3.4
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.4

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -61,7 +62,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#==================
# Ruby dependencies

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#================
# C# dependencies

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#=================
# C++ dependencies

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#=================
# C++ dependencies

@ -40,6 +40,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -66,7 +67,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#=================
# C++ dependencies (purposely excluding Clang because it's part of the base image)

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#=================
# C++ dependencies

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#=================
# C++ dependencies

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#=================
# C++ dependencies

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#=================
# C++ dependencies

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -142,7 +143,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
# Install pip and virtualenv for Python 3.4
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.4

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -76,7 +77,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#==================
# Node dependencies

@ -77,7 +77,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
RUN mkdir /var/local/jenkins

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#=================
# PHP dependencies

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
# Install pip and virtualenv for Python 3.4
RUN curl https://bootstrap.pypa.io/get-pip.py | python3.4

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
# Install dependencies for pyenv
RUN apt-get update && apt-get install -y \

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#==================
# Ruby dependencies

@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \
strace \
python-dev \
python-setuptools \
python-yaml \
telnet \
unzip \
wget \
@ -65,7 +66,7 @@ RUN apt-get update && apt-get install -y \
# Install Python packages from PyPI
RUN pip install --upgrade pip==10.0.1
RUN pip install virtualenv
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0 pyyaml==3.12
RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0
#=================
# C++ dependencies

Loading…
Cancel
Save