Skip to content

Commit 15a501a

Browse files
authored
switch to bootstrap toolchain from 3.0 container (microsoft#14565)
1 parent ba0a601 commit 15a501a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolkit/scripts/toolchain/container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Dockerfile to build Azure Linux toolchain from scratch
55
#
6-
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240123
6+
FROM mcr.microsoft.com/azurelinux/base/core:3.0.20250910
77

88
# Tag the layers so we can clean up all the containers associated with a build directory
99
ARG MARINER_BUILD_DIR
@@ -63,7 +63,7 @@ RUN wget -nv --no-clobber --timeout=30 --continue --input-file=$LFS/tools/toolch
6363
# Disable downloading from remote sources by default. The 'toolchain-local-wget-list' generated for the above line will download from $(SOURCE_URL)
6464
# The 'toolchain-remote-wget-list' is still available and can be used as an alternate to $(SOURCE_URL) if desired.
6565
#RUN wget -nv --no-clobber --timeout=30 --continue --input-file=$LFS/tools/toolchain-remote-wget-list --directory-prefix=$LFS/sources; exit 0
66-
RUN wget -nv --no-clobber --timeout=30 --continue https://github.com/microsoft/CBL-Mariner-Linux-Kernel/archive/rolling-lts/mariner-3/6.6.104.2.tar.gz -O kernel-6.6.104.2.tar.gz --directory-prefix=$LFS/sources; exit 0
66+
#RUN wget -nv --no-clobber --timeout=30 --continue https://github.com/microsoft/CBL-Mariner-Linux-Kernel/archive/rolling-lts/mariner-3/6.6.104.2.tar.gz -O kernel-6.6.104.2.tar.gz --directory-prefix=$LFS/sources; exit 0
6767
USER root
6868

6969
RUN mkdir -pv $LFS/{etc,var} $LFS/usr/{bin,lib,sbin} && \

0 commit comments

Comments
 (0)