From 52d08695d05e02b8de844c26c4569f5a73a700eb Mon Sep 17 00:00:00 2001 From: Markus Frosch <markus.frosch@icinga.com> Date: Tue, 2 Apr 2019 09:54:12 +0200 Subject: [PATCH] stretch: Use deb.debian.org for backports --- stretch/x86/Dockerfile | 2 +- stretch/x86_64/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stretch/x86/Dockerfile b/stretch/x86/Dockerfile index b0bb006..a773849 100644 --- a/stretch/x86/Dockerfile +++ b/stretch/x86/Dockerfile @@ -14,7 +14,7 @@ RUN groupadd -g 1000 jenkins \ && echo 'Defaults:jenkins !requiretty' | tee -a /etc/sudoers \ && echo 'jenkins ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers -RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list +RUN echo "deb http://deb.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list RUN curl https://packages.icinga.com/icinga.key | apt-key add - \ && DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) \ diff --git a/stretch/x86_64/Dockerfile b/stretch/x86_64/Dockerfile index c8a568f..041e661 100644 --- a/stretch/x86_64/Dockerfile +++ b/stretch/x86_64/Dockerfile @@ -14,7 +14,7 @@ RUN groupadd -g 1000 jenkins \ && echo 'Defaults:jenkins !requiretty' | tee -a /etc/sudoers \ && echo 'jenkins ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers -RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list +RUN echo "deb http://deb.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list RUN curl https://packages.icinga.com/icinga.key | apt-key add - \ && DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) \ -- GitLab