File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
toolkit/scripts/toolchain/container Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
99ARG 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
6767USER root
6868
6969RUN mkdir -pv $LFS/{etc,var} $LFS/usr/{bin,lib,sbin} && \
You can’t perform that action at this time.
0 commit comments