Skip to content

Commit

Permalink
fix: update image registry to MCR (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
smritidahal653 authored Jul 25, 2024
1 parent 3f1680d commit de73405
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/confidential_container_pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
restartPolicy: Always
containers:
- image: docker.io/kengordon/parmasimple:latest
- image: mcr.microsoft.com/aci/aci-confidential-helloworld:v1
imagePullPolicy: Always
name: e2etest-conf-container
resources:
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/csi-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- containerPort: 80
name: http
protocol: TCP
- image: busybox
- image: mcr.microsoft.com/cbl-mariner/busybox:1.35
name: busybox
imagePullPolicy: Always
command: [
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/hpa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- containerPort: 443
name: https
protocol: TCP
- image: busybox
- image: mcr.microsoft.com/cbl-mariner/busybox:1.35
name: busybox
imagePullPolicy: Always
command: [
Expand Down
6 changes: 3 additions & 3 deletions e2e/fixtures/initcontainers_ordertest_pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ metadata:
spec:
nodeName: vk-aci-test-aks
initContainers:
- image: alpine
- image: mcr.microsoft.com/mirror/docker/library/alpine:3.16
name: init-container-01
command: [ "/bin/sh" ]
args: [ "-c", "echo Hi from init-container-01 >> /mnt/azure/newfile.txt" ]
volumeMounts:
- name: azure
mountPath: /mnt/azure
- image: alpine
- image: mcr.microsoft.com/mirror/docker/library/alpine:3.16
name: init-container-02
command: [ "/bin/sh" ]
args: [ "-c", "echo Hi from init-container-02 >> /mnt/azure/newfile.txt" ]
volumeMounts:
- name: azure
mountPath: /mnt/azure
containers:
- image: alpine
- image: mcr.microsoft.com/mirror/docker/library/alpine:3.16
imagePullPolicy: Always
name: container
command: [
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/multi-volume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
nodeName: vk-aci-test-aks
containers:
- image: busybox
- image: mcr.microsoft.com/cbl-mariner/busybox:1.35
imagePullPolicy: Always
name: busybox
command: [
Expand Down

0 comments on commit de73405

Please sign in to comment.