File tree Expand file tree Collapse file tree
toolkit/scripts/containerized-build Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -234,8 +234,7 @@ sed -i "s~<TOPDIR>~${topdir}~" $tmp_dir/setup_functions.sh
234234# ============ Build the image ============
235235dockerfile=" ${script_dir} /resources/azl.Dockerfile"
236236
237- # TODO: Remove test mode when image is available for 3.0
238- if [[ " ${mode} " == " build" || " ${mode} " == " test" ]]; then # Configure base image
237+ if [[ " ${mode} " == " build" ]]; then # Configure base image
239238 echo " Importing chroot into docker..."
240239 chroot_file=" $BUILD_DIR /worker/worker_chroot.tar.gz"
241240 if [[ ! -f " ${chroot_file} " ]]; then build_worker_chroot; fi
@@ -255,7 +254,7 @@ if [[ "${mode}" == "build" || "${mode}" == "test" ]]; then # Configure base imag
255254 docker import " ${chroot_file} " $container_img
256255 fi
257256else
258- container_img=" mcr.microsoft.com/cbl-mariner /base/core:${version} "
257+ container_img=" mcr.microsoft.com/azurelinux /base/core:${version} "
259258fi
260259
261260# ================== Launch Container ==================
You can’t perform that action at this time.
0 commit comments