diff --git a/e2e/fixtures/confidential_container_pod.yml b/e2e/fixtures/confidential_container_pod.yml index 764a9ff0..6b19f803 100644 --- a/e2e/fixtures/confidential_container_pod.yml +++ b/e2e/fixtures/confidential_container_pod.yml @@ -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: diff --git a/e2e/fixtures/csi-driver.yml b/e2e/fixtures/csi-driver.yml index e7a434e7..ab46eca7 100644 --- a/e2e/fixtures/csi-driver.yml +++ b/e2e/fixtures/csi-driver.yml @@ -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: [ diff --git a/e2e/fixtures/hpa.yml b/e2e/fixtures/hpa.yml index 6f29161b..adc983d7 100644 --- a/e2e/fixtures/hpa.yml +++ b/e2e/fixtures/hpa.yml @@ -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: [ diff --git a/e2e/fixtures/initcontainers_ordertest_pod.yml b/e2e/fixtures/initcontainers_ordertest_pod.yml index 93c04260..fe603d8b 100644 --- a/e2e/fixtures/initcontainers_ordertest_pod.yml +++ b/e2e/fixtures/initcontainers_ordertest_pod.yml @@ -6,14 +6,14 @@ 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" ] @@ -21,7 +21,7 @@ spec: - name: azure mountPath: /mnt/azure containers: - - image: alpine + - image: mcr.microsoft.com/mirror/docker/library/alpine:3.16 imagePullPolicy: Always name: container command: [ diff --git a/e2e/fixtures/multi-volume.yml b/e2e/fixtures/multi-volume.yml index 5ab6ed38..38182e78 100644 --- a/e2e/fixtures/multi-volume.yml +++ b/e2e/fixtures/multi-volume.yml @@ -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: [