Skip to content

Commit 595c129

Browse files
committed
Let Ubuntu 26.04 use the internal APT mirror
CMK-23806 Change-Id: Ic2dbb7e5309510b9d3384c10f32b6c5f4a46cfe4
1 parent ca15537 commit 595c129

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • buildscripts/infrastructure/build-nodes/ubuntu-26.04

buildscripts/infrastructure/build-nodes/ubuntu-26.04/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ENV \
1212
LANG=C.UTF-8 \
1313
PATH="/opt/bin:${PATH}"
1414

15+
# Fix for CMK-23806, using our internal apt mirror
16+
RUN sed -i "s|http://.*.ubuntu.com/ubuntu|http://apt.lan.checkmk.net/ubuntu|g" /etc/apt/sources.list.d/ubuntu.sources
17+
1518
RUN apt-get update
1619

1720
RUN apt-get install -y \

0 commit comments

Comments
 (0)