containers / udica

This repository contains a tool for generating SELinux security profiles for containers
GNU General Public License v3.0
478 stars 47 forks source link

Cirrus: Update CI VM images #115

Closed cevich closed 2 years ago

cevich commented 2 years ago

Note F35 is disabled due to golang 1.18 requirement in podman. The PRIOR_FEDORA... runs may be put back in place when F37 is released.

Signed-off-by: Chris Evich cevich@redhat.com

cevich commented 2 years ago

/hold

There's a problem with these images, new ones are needed.

cevich commented 2 years ago

Okay, these ones should be okay to use.

cevich commented 2 years ago

Oh woops: sed: can't read /etc/containers/storage.conf: No such file or directory This is somewhat of a known problem with a pretty simple fix...

cevich commented 2 years ago

Lol, okay this error I don't know how to fix:

[+0000s] + podman run -d -v /home:/home:ro -v /var/spool:/var/spool:rw -p 21:21 fedora sleep 1h  # ./contrib/cirrus/test.sh:11 in main()
[+0001s] Error: overlay: can't stat imageStore dir /var/lib/shared: stat /var/lib/shared: no such file or directory
cevich commented 2 years ago

Okay, I think maybe I got it now.

cevich commented 2 years ago

ping @wrabcak PTAL

vmojzis commented 2 years ago

@cevich Thank you. LGTM. Feel free to merge :)