Skip to content

Commit

Permalink
Merge pull request #264 from microsoft/saulparedes/move_sample
Browse files Browse the repository at this point in the history
samples: replicate nginx image to private ACR
  • Loading branch information
Redent0r authored Dec 9, 2024
2 parents 5dd3198 + efe9610 commit 1f4360c
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 1f4360c

Please sign in to comment.