You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2022/11/28 16:23:29 UTC

[cassandra-builds] branch trunk updated: Switch to use debian repo mirrors

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

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6a3c6d3  Switch to use debian repo mirrors
6a3c6d3 is described below

commit 6a3c6d38cac4c92cd7760bff6bb91ec7a0642830
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Mon Nov 28 14:56:41 2022 +0100

    Switch to use debian repo mirrors
    
    ref: https://wiki.debian.org/ftp.debian.org
---
 docker/bullseye-image.docker | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/bullseye-image.docker b/docker/bullseye-image.docker
index b5d801b..76d4ed9 100644
--- a/docker/bullseye-image.docker
+++ b/docker/bullseye-image.docker
@@ -26,8 +26,8 @@ RUN echo 'Acquire::ftp::Timeout "60";' >> /etc/apt/apt.conf.d/80proxy.conf
 RUN until apt-get update && apt-get -y install ant build-essential curl devscripts git python2 sudo ; \
     do echo "apt failed… trying again in 10s… " ; sleep 10 ; done
 
-RUN echo 'deb http://ftp.debian.org/debian bullseye main' >> /etc/apt/sources.list \
-    && echo 'deb http://ftp.debian.org/debian stretch main' >> /etc/apt/sources.list
+RUN echo 'deb http://deb.debian.org/debian bullseye main' >> /etc/apt/sources.list \
+    && echo 'deb http://deb.debian.org/debian stretch main' >> /etc/apt/sources.list
 
 RUN until apt-get update \
     && apt-get install -y --no-install-recommends openjdk-8-jdk openjdk-11-jdk openjdk-17-jdk ; \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org