Remove vestigial sed for /etc/apt/sources.list in Dockerfiles

Jessie has a line that looks like this, now-a-days, so the regex is no
longer matching:
deb http://security.debian.org/debian-security jessie/updates main

But because that line was changed, downloads are also working correctly
out-of-the-box. The sed was originally added in #18530.
pull/18650/head
Eric Anderson 6 years ago
parent af283b3183
commit 1f84f8950c
  1. 1
      templates/tools/dockerfile/debian_jessie_header.include
  2. 1
      tools/dockerfile/grpc_clang_format/Dockerfile
  3. 1
      tools/dockerfile/grpc_clang_tidy/Dockerfile
  4. 1
      tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile
  5. 1
      tools/dockerfile/interoptest/grpc_interop_java/Dockerfile
  6. 1
      tools/dockerfile/interoptest/grpc_interop_java_oracle8/Dockerfile
  7. 1
      tools/dockerfile/interoptest/grpc_interop_node/Dockerfile
  8. 1
      tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile
  9. 1
      tools/dockerfile/interoptest/grpc_interop_php/Dockerfile
  10. 1
      tools/dockerfile/interoptest/grpc_interop_php7/Dockerfile
  11. 1
      tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile
  12. 1
      tools/dockerfile/test/cxx_jessie_x64/Dockerfile
  13. 1
      tools/dockerfile/test/fuzzer/Dockerfile
  14. 1
      tools/dockerfile/test/node_jessie_x64/Dockerfile
  15. 1
      tools/dockerfile/test/php7_jessie_x64/Dockerfile
  16. 1
      tools/dockerfile/test/php_jessie_x64/Dockerfile
  17. 1
      tools/dockerfile/test/python_jessie_x64/Dockerfile
  18. 1
      tools/dockerfile/test/ruby_jessie_x64/Dockerfile

@ -1,2 +1 @@
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
RUN apt-get update && apt-get -y install wget xz-utils

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
RUN apt-get update && apt-get -y install wget xz-utils

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
# Install Git and basic packages.

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
# Install JDK 8 and Git

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
# Install JDK 8 and Git

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
# Install Git and basic packages.

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
# Install Git and basic packages.

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
# Install Git and basic packages.

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
#=================

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
# Install Git and basic packages.

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
# Install Git and basic packages.

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
# Install Git and basic packages.

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
# Install Git and basic packages.

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
#=================

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
# Install Git and basic packages.

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
# Install Git and basic packages.

@ -13,7 +13,6 @@
# limitations under the License.
FROM debian:jessie
RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list
# Install Git and basic packages.

Loading…
Cancel
Save