Skip to content

Commit a1b2385

Browse files
authored
Merge pull request #43732 from dancer1325/UpdateMainBranch
Switch to newer image for hashicorp/http-echo in examples
2 parents e1016fe + 5f3b2c0 commit a1b2385

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/en/examples/pods/security/seccomp/ga/audit-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
localhostProfile: profiles/audit.json
1212
containers:
1313
- name: test-container
14-
image: hashicorp/http-echo:0.2.3
14+
image: hashicorp/http-echo:1.0
1515
args:
1616
- "-text=just made some syscalls!"
1717
securityContext:

content/en/examples/pods/security/seccomp/ga/default-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
type: RuntimeDefault
1111
containers:
1212
- name: test-container
13-
image: hashicorp/http-echo:0.2.3
13+
image: hashicorp/http-echo:1.0
1414
args:
1515
- "-text=just made some more syscalls!"
1616
securityContext:

content/en/examples/pods/security/seccomp/ga/fine-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
localhostProfile: profiles/fine-grained.json
1212
containers:
1313
- name: test-container
14-
image: hashicorp/http-echo:0.2.3
14+
image: hashicorp/http-echo:1.0
1515
args:
1616
- "-text=just made some syscalls!"
1717
securityContext:

content/en/examples/pods/security/seccomp/ga/violation-pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
localhostProfile: profiles/violation.json
1212
containers:
1313
- name: test-container
14-
image: hashicorp/http-echo:0.2.3
14+
image: hashicorp/http-echo:1.0
1515
args:
1616
- "-text=just made some syscalls!"
1717
securityContext:

0 commit comments

Comments
 (0)