Skip to content

Commit 48fa1b0

Browse files
committed
ci: update out of docker image to MCR
1 parent 2b0879c commit 48fa1b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

hack/manifests/apache.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ spec:
1313
spec:
1414
containers:
1515
- name: ubuntu-tools
16-
image: tamilmani1989/ubuntu18-tools
16+
image: acnpublic.azurecr.io/tamilmani1989/ubuntu18-tools
1717
command: ["/bin/sleep", "3650d"]
18-

hack/manifests/netperf-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
netperf: "true"
2121
containers:
2222
- name: ubuntu
23-
image: tamilmani1989/ubuntu18-tools
23+
image: acnpublic.azurecr.io/tamilmani1989/ubuntu18-tools
2424
imagePullPolicy: Always
2525
command: ["/bin/sh","-c"]
2626
args: ["echo helloworld>hello.txt; php -S 0.0.0.0:9568"]

0 commit comments

Comments
 (0)