Skip to content

Commit 369f45b

Browse files
committed
Update crun to 1.24
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 7b7a517 commit 369f45b

File tree

7 files changed

+137
-99
lines changed

7 files changed

+137
-99
lines changed

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ dependencies:
128128
match: VERSION
129129

130130
- name: crun
131-
version: 1.23.1
131+
version: 1.24
132132
refPaths:
133133
- path: examples/baseprofile-crun.yaml
134134
match: name
@@ -138,7 +138,7 @@ dependencies:
138138
match: CRUN_VERSION
139139

140140
- name: runc
141-
version: v1.3.1
141+
version: v1.3.2
142142
refPaths:
143143
- path: examples/baseprofile-runc.yaml
144144
match: name

examples/apparmorprofile-sleep-crun.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ spec:
3131
- /proc/@{pid}/uid_map
3232
- /proc/sys/kernel/cap_last_cap
3333
- /run/
34+
- /run/crun/.empty-directory/
3435
- /sys/module/apparmor/parameters/enabled
3536
- /var/lib/containers/storage/overlay/*/merged/
3637
- /var/lib/containers/storage/overlay/*/merged/dev/

examples/baseprofile-crun.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: crun-v1.23.1
5+
name: crun-v1.24
66
spec:
77
defaultAction: SCMP_ACT_ERRNO
88
architectures:

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.3.1
5+
name: runc-v1.3.2
66
spec:
77
defaultAction: SCMP_ACT_ERRNO
88
architectures:

hack/install-crun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euox pipefail
33

4-
CRUN_VERSION=1.23.1
4+
CRUN_VERSION=1.24
55
CRUN_BIN=/tmp/crun
66

77
# Current crun version

0 commit comments

Comments
 (0)