Skip to content

Commit aaef6fe

Browse files
authored
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 <undefined>
1 parent 96d0211 commit aaef6fe

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.azure-pipelines/pipeline.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ parameters:
5959
type: boolean
6060
default: true
6161

62-
resources:
63-
containers:
64-
- container: alpine
65-
image: azpagentinfra/alpine:latest
66-
6762
stages:
6863

6964
- ${{ parameters.preBuildStages }}
@@ -205,13 +200,13 @@ stages:
205200
displayName: Alpine (x64)
206201
pool:
207202
vmImage: ubuntu-latest
208-
container: alpine
203+
#container: alpine
209204
os: linux-musl
210205
arch: x64
211206
branch: ${{ parameters.branch }}
212207
componentDetection: false
213208
unitTests: ${{ parameters.test }}
214-
functionalTests: ${{ parameters.test }}
209+
functionalTests: false
215210
sign: false
216211
publishArtifacts: ${{ parameters.publishArtifacts }}
217212
buildAlternatePackage: false

images/alpine/Dockerfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)