Stef Walter
Stef Walter
Lets invoke tests according to the specification in the following document section 1.7.2 https://fedoraproject.org/wiki/Changes/InvokingTests The previous code took a lot of the interim state of the tests into account. Now...
I've made changes to ```/etc``` in my Container file: Tag ```quay.io/swalter/monday:test1``` ``` RUN echo 'test1' > /etc/blah ``` Tag ```quay.io/swalter/monday:test2``` ``` RUN echo 'test2' > /etc/blah ``` If I modify...
As someone who used the workflow of "install to-filesystem" to get a system compatible with bootable containers. I used the following command (successfully): ``` $ sudo yum install -y podman...
I've tried to install a bootable container with an ```install to-filesystem``` as documented here: https://containers.github.io/bootc/bootc-install.html#executing-bootc-install My image is pushed in a private registry tag (in quay.io). However bootc cannot access...
I don't know how to solve this, but there's a whole bunch of Containerfile commands that do not work or work differently with bootc containers. As a user, I don't...
The behavior of SELinux seems completely different when I run my bootable container under ```podman run``` vs deploying it (for example via ```bootc switch```). I think that SELinux works differently...
When trying to use ```bootc install``` I cannot install from a local tag: ``` # sudo podman run --rm --privileged --pid=host --security-opt label=type:unconfined_t -v /:/target -v /var/lib/containers:/var/lib/containers quay.io/swalter/monday:4.0 bootc install...
When I do a ```bootc switch``` or ```bootc update```` my SSH host keys and SSH user keys and password are preserved. But when I used ```bootc install to-filesystem``` they are...