From c6f89e9f5c9f222cfa59e3a27e0efd08828fad60 Mon Sep 17 00:00:00 2001 From: Jiashuo Li <4003950+jiasli@users.noreply.github.com> Date: Fri, 11 Mar 2022 14:58:51 +0800 Subject: [PATCH] {Packaging} Build RPM with Mariner 2.0 image (#21245) --- scripts/release/rpm/Dockerfile.mariner | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/release/rpm/Dockerfile.mariner b/scripts/release/rpm/Dockerfile.mariner index 5761b09e4f6..2cdfdfb4326 100644 --- a/scripts/release/rpm/Dockerfile.mariner +++ b/scripts/release/rpm/Dockerfile.mariner @@ -1,6 +1,6 @@ -ARG tag=1.0 +ARG tag=2.0 -FROM cblmariner.azurecr.io/base/core:${tag} AS build-env +FROM cblmariner2preview.azurecr.io/base/core:${tag} AS build-env ARG cli_version=dev RUN tdnf update -y @@ -14,7 +14,7 @@ RUN dos2unix ./scripts/release/rpm/azure-cli.spec && \ REPO_PATH=$(pwd) CLI_VERSION=$cli_version rpmbuild -v -bb --clean scripts/release/rpm/azure-cli.spec && \ cp /usr/src/mariner/RPMS/x86_64/azure-cli-${cli_version}-1.x86_64.rpm /azure-cli-dev.rpm -FROM cblmariner.azurecr.io/base/core:${tag} AS execution-env +FROM cblmariner2preview.azurecr.io/base/core:${tag} AS execution-env RUN tdnf update -y RUN tdnf install -y python3 python3-virtualenv