Skip to content

Commit

Permalink
Move alpine container to ACR (#4543)
Browse files Browse the repository at this point in the history
* Move alpine container to ACR

* Update pipeline.yml

* Update pipeline.yml

* Delete Dockerfile

* Update pipeline.yml

---------

Co-authored-by: v-kivlev <undefined>
  • Loading branch information
kirill-ivlev authored Dec 5, 2023
1 parent 96d0211 commit aaef6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 2 additions & 7 deletions .azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ parameters:
type: boolean
default: true

resources:
containers:
- container: alpine
image: azpagentinfra/alpine:latest

stages:

- ${{ parameters.preBuildStages }}
Expand Down Expand Up @@ -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
Expand Down
9 changes: 0 additions & 9 deletions images/alpine/Dockerfile

This file was deleted.

0 comments on commit aaef6fe

Please sign in to comment.