From aaef6fe5d4fa3256435e321c73924f30c842eae2 Mon Sep 17 00:00:00 2001 From: Kirill Ivlev <102740624+kirill-ivlev@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:00:43 +0400 Subject: [PATCH] Move alpine container to ACR (#4543) * Move alpine container to ACR * Update pipeline.yml * Update pipeline.yml * Delete Dockerfile * Update pipeline.yml --------- Co-authored-by: v-kivlev --- .azure-pipelines/pipeline.yml | 9 ++------- images/alpine/Dockerfile | 9 --------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 images/alpine/Dockerfile diff --git a/.azure-pipelines/pipeline.yml b/.azure-pipelines/pipeline.yml index 6ddf88e6d3..7b9248921a 100644 --- a/.azure-pipelines/pipeline.yml +++ b/.azure-pipelines/pipeline.yml @@ -59,11 +59,6 @@ parameters: type: boolean default: true -resources: - containers: - - container: alpine - image: azpagentinfra/alpine:latest - stages: - ${{ parameters.preBuildStages }} @@ -205,13 +200,13 @@ stages: displayName: Alpine (x64) pool: vmImage: ubuntu-latest - container: alpine + #container: alpine os: linux-musl arch: x64 branch: ${{ parameters.branch }} componentDetection: false unitTests: ${{ parameters.test }} - functionalTests: ${{ parameters.test }} + functionalTests: false sign: false publishArtifacts: ${{ parameters.publishArtifacts }} buildAlternatePackage: false diff --git a/images/alpine/Dockerfile b/images/alpine/Dockerfile deleted file mode 100644 index d1a66ce0a7..0000000000 --- a/images/alpine/Dockerfile +++ /dev/null @@ -1,9 +0,0 @@ -FROM alpine - -RUN apk update -RUN apk upgrade -RUN apk add bash git curl nodejs npm openssl dotnet6-sdk icu-libs krb5-libs libgcc libintl libssl1.1 libstdc++ zlib libgdiplus - -LABEL com.azure.dev.pipelines.agent.handler.node.path=/usr/bin/node - -CMD /usr/bin/node