File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
sdk/identity/azure-identity/tests/integration Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 4
4
# ------------------------------------
5
5
# docker can't tell when the repo has changed and will therefore cache this layer
6
6
7
- # internal users should provide MCR registry to build via 'docker build . --build-arg REGISTRY="mcr.microsoft.com/mirror/docker/library/"'
8
- # public OSS users should simply leave this argument blank or ignore its presence entirely
9
- ARG REGISTRY=""
7
+ # public OSS users should make this an empty string: 'docker build . --build-arg REGISTRY=""'
8
+ ARG REGISTRY="mcr.microsoft.com/mirror/docker/library/"
10
9
11
- FROM ${REGISTRY}alpine:3.19 as repo
10
+ FROM ${REGISTRY}alpine:3.16 AS repo
12
11
RUN apk --no-cache add git
13
12
RUN git clone https://github.com/Azure/azure-sdk-for-python --single-branch --depth 1 /azure-sdk-for-python
14
13
Original file line number Diff line number Diff line change 4
4
# ------------------------------------
5
5
# docker can't tell when the repo has changed and will therefore cache this layer
6
6
7
- # internal users should provide MCR registry to build via 'docker build . --build-arg REGISTRY="mcr.microsoft.com/mirror/docker/library/"'
8
- # public OSS users should simply leave this argument blank or ignore its presence entirely
9
- ARG REGISTRY=""
7
+ # public OSS users should make this an empty string: 'docker build . --build-arg REGISTRY=""'
8
+ ARG REGISTRY="mcr.microsoft.com/mirror/docker/library/"
10
9
11
- FROM ${REGISTRY}alpine:3.19 as repo
10
+ FROM ${REGISTRY}alpine:3.16 AS repo
12
11
RUN apk --no-cache add git
13
12
RUN git clone https://github.com/Azure/azure-sdk-for-python --single-branch --depth 1 /azure-sdk-for-python
14
13
You can’t perform that action at this time.
0 commit comments