Merge pull request #43732 from dancer1325/UpdateMainBranch
Switch to newer image for hashicorp/http-echo in examplespull/43743/head
commit
a1b238524d
|
@ -11,7 +11,7 @@ spec:
|
|||
localhostProfile: profiles/audit.json
|
||||
containers:
|
||||
- name: test-container
|
||||
image: hashicorp/http-echo:0.2.3
|
||||
image: hashicorp/http-echo:1.0
|
||||
args:
|
||||
- "-text=just made some syscalls!"
|
||||
securityContext:
|
||||
|
|
|
@ -10,7 +10,7 @@ spec:
|
|||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: test-container
|
||||
image: hashicorp/http-echo:0.2.3
|
||||
image: hashicorp/http-echo:1.0
|
||||
args:
|
||||
- "-text=just made some more syscalls!"
|
||||
securityContext:
|
||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
|||
localhostProfile: profiles/fine-grained.json
|
||||
containers:
|
||||
- name: test-container
|
||||
image: hashicorp/http-echo:0.2.3
|
||||
image: hashicorp/http-echo:1.0
|
||||
args:
|
||||
- "-text=just made some syscalls!"
|
||||
securityContext:
|
||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
|||
localhostProfile: profiles/violation.json
|
||||
containers:
|
||||
- name: test-container
|
||||
image: hashicorp/http-echo:0.2.3
|
||||
image: hashicorp/http-echo:1.0
|
||||
args:
|
||||
- "-text=just made some syscalls!"
|
||||
securityContext:
|
||||
|
|
Loading…
Reference in New Issue