Skip to content

Commit

Permalink
samples: replicate nginx image to private ACR
Browse files Browse the repository at this point in the history
mcr.microsoft.com/azurelinux/base/nginx:1 got updated again on 12/6 and caused test failures on our pipeline
due to the policy annotation of images that depend on nginx getting outdated.

Replicate this image to our private test images ACR so that is stable and doesn't get unknowingly updated or deleted.
We will still test mcr.microsoft.com/azurelinux/base/nginx:1 under "common_images" category and detect
any future possible image breaking changes.

The result of this change will be more stable test results without loosing coverage.

Signed-off-by: Saul Paredes <saulparedes@microsoft.com>
  • Loading branch information
Redent0r committed Dec 9, 2024
1 parent 5dd3198 commit efe9610
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- while true; do echo go; sleep 25; done
# 6 layers
- name: nginx
image: "mcr.microsoft.com/azurelinux/base/nginx:1.25"
image: "marinerconfpodstest.azurecr.io/azurelinux/base/nginx:1.25"
command:
- sh
- "-c"
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/agent/samples/policy/yaml/pod/pod-many-layers.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/agent/samples/policy/yaml/stateful-set/web.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/agent/samples/policy/yaml/stateful-set/web2.yaml

Large diffs are not rendered by default.

0 comments on commit efe9610

Please sign in to comment.