File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 27
27
# ###
28
28
# GCE project where images live
29
29
IMAGE_PROJECT : " libpod-218412"
30
- FEDORA_NAME : " fedora-37 "
31
- PRIOR_FEDORA_NAME : " fedora-36 "
30
+ FEDORA_NAME : " fedora-38 "
31
+ PRIOR_FEDORA_NAME : " fedora-37 "
32
32
DEBIAN_NAME : " debian-12"
33
33
34
34
# Image identifiers
35
- IMAGE_SUFFIX : " c20230405t152256z-f37f36d12 "
35
+ IMAGE_SUFFIX : " c20230614t132754z-f38f37d13 "
36
36
FEDORA_CACHE_IMAGE_NAME : " fedora-${IMAGE_SUFFIX}"
37
37
PRIOR_FEDORA_CACHE_IMAGE_NAME : " prior-fedora-${IMAGE_SUFFIX}"
38
38
DEBIAN_CACHE_IMAGE_NAME : " debian-${IMAGE_SUFFIX}"
Original file line number Diff line number Diff line change @@ -46,10 +46,11 @@ load helpers
46
46
cid=$output
47
47
run_buildah run $cid sh -c ' tr \\0 \\n < /proc/self/attr/current'
48
48
context=$output
49
-
49
+ run id -Z
50
+ crole=$( secon -r $output )
50
51
# Role and Type should always be constant. (We don't check user)
51
52
role=$( awk -F: ' {print $2}' <<< $context )
52
- expect_output --from=" $role " " system_r " " SELinux role"
53
+ expect_output --from=" $role " " ${crole} " " SELinux role"
53
54
54
55
type=$( awk -F: ' {print $3}' <<< $context )
55
56
expect_output --from=" $type " " spc_t" " SELinux type"
You can’t perform that action at this time.
0 commit comments