Skip to content

Commit 8bec8ce

Browse files
saschagrunertk8s-ci-robot
authored andcommitted
Update runc to v1.2.6
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 77f3b9c commit 8bec8ce

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ dependencies:
126126
match: CRUN_VERSION
127127

128128
- name: runc
129-
version: v1.2.5
129+
version: v1.2.6
130130
refPaths:
131131
- path: examples/baseprofile-runc.yaml
132132
match: name

examples/baseprofile-runc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: security-profiles-operator.x-k8s.io/v1beta1
33
kind: SeccompProfile
44
metadata:
5-
name: runc-v1.2.5
5+
name: runc-v1.2.6
66
spec:
77
defaultAction: SCMP_ACT_ERRNO
88
architectures:

installation-usage.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ metadata:
12281228
name: profile1
12291229
spec:
12301230
defaultAction: SCMP_ACT_ERRNO
1231-
baseProfileName: runc-v1.2.5
1231+
baseProfileName: runc-v1.2.6
12321232
syscalls:
12331233
- action: SCMP_ACT_ALLOW
12341234
names:
@@ -1294,7 +1294,7 @@ metadata:
12941294
name: profile1
12951295
spec:
12961296
defaultAction: SCMP_ACT_ERRNO
1297-
baseProfileName: oci://ghcr.io/security-profiles/runc:v1.2.5
1297+
baseProfileName: oci://ghcr.io/security-profiles/runc:v1.2.6
12981298
```
12991299

13001300
The resulting profile `profile1` will then contain all base syscalls from the
@@ -1656,24 +1656,24 @@ The `spoc` client is able to pull security profiles from OCI artifact compatible
16561656
registries. To do that, just run `spoc pull`:
16571657

16581658
```console
1659-
> spoc pull ghcr.io/security-profiles/runc:v1.2.5
1660-
16:32:29.795597 Pulling profile from: ghcr.io/security-profiles/runc:v1.2.5
1659+
> spoc pull ghcr.io/security-profiles/runc:v1.2.6
1660+
16:32:29.795597 Pulling profile from: ghcr.io/security-profiles/runc:v1.2.6
16611661
16:32:29.795610 Verifying signature
16621662
1663-
Verification for ghcr.io/security-profiles/runc:v1.2.5 --
1663+
Verification for ghcr.io/security-profiles/runc:v1.2.6 --
16641664
The following checks were performed on each of these signatures:
16651665
- Existence of the claims in the transparency log was verified offline
16661666
- The code-signing certificate was verified using trusted certificate authority certificates
16671667
16681668
[{"critical":{"identity":{"docker-reference":"ghcr.io/security-profiles/runc"},…}}]
16691669
16:32:33.208695 Creating file store in: /tmp/pull-3199397214
1670-
16:32:33.208713 Verifying reference: ghcr.io/security-profiles/runc:v1.2.5
1670+
16:32:33.208713 Verifying reference: ghcr.io/security-profiles/runc:v1.2.6
16711671
16:32:33.208718 Creating repository for ghcr.io/security-profiles/runc
1672-
16:32:33.208742 Using tag: v1.2.5
1672+
16:32:33.208742 Using tag: v1.2.6
16731673
16:32:33.208743 Copying profile from repository
16741674
16:32:34.119652 Reading profile
16751675
16:32:34.119677 Trying to unmarshal seccomp profile
1676-
16:32:34.120114 Got SeccompProfile: runc-v1.2.5
1676+
16:32:34.120114 Got SeccompProfile: runc-v1.2.6
16771677
16:32:34.120119 Saving profile in: /tmp/profile.yaml
16781678
```
16791679

@@ -1801,15 +1801,15 @@ The Security Profiles Operator will try to pull the correct profile by using
18011801
way, for example if a profile does not support any platform:
18021802

18031803
```
1804-
> spoc pull ghcr.io/security-profiles/runc:v1.2.5
1805-
11:07:14.788840 Pulling profile from: ghcr.io/security-profiles/runc:v1.2.5
1804+
> spoc pull ghcr.io/security-profiles/runc:v1.2.6
1805+
11:07:14.788840 Pulling profile from: ghcr.io/security-profiles/runc:v1.2.6
18061806
11:07:14.788852 Verifying signature
18071807
18081808
11:07:17.559037 Copying profile from repository
18091809
11:07:18.359152 Trying to read profile: profile-linux-amd64.yaml
18101810
11:07:18.359209 Trying to read profile: profile.yaml
18111811
11:07:18.359224 Trying to unmarshal seccomp profile
1812-
11:07:18.359728 Got SeccompProfile: runc-v1.2.5
1812+
11:07:18.359728 Got SeccompProfile: runc-v1.2.6
18131813
11:07:18.359732 Saving profile in: /tmp/profile.yaml
18141814
```
18151815

test/tc_base_profiles_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
)
2525

2626
const (
27-
baseProfileNameRunc = "runc-v1.2.5"
27+
baseProfileNameRunc = "runc-v1.2.6"
2828
baseProfileNameCrun = "crun-v1.20"
2929
)
3030

0 commit comments

Comments
 (0)