What are the minimal requirements for the container images so they can be used with the individual bcvk commands?
I was trying to run bcvk ephemeral run-ssh with a container image based on the fedora minimal manifest, but kept getting ssh timeouts (after adding bubblewrap, since bcvk alerted me it was required). Looking at the documentation sadly didn't help much.
For bcvk ephemeral run-ssh specifically, I have found that I need to add the following packages to the minimal manifest:
bubblewrap
openssh-server
openssh-clients
NetworkManager
sudo
zram-generator
What are the minimal requirements for the container images so they can be used with the individual
bcvkcommands?I was trying to run
bcvk ephemeral run-sshwith a container image based on the fedora minimal manifest, but kept getting ssh timeouts (after addingbubblewrap, sincebcvkalerted me it was required). Looking at the documentation sadly didn't help much.For
bcvk ephemeral run-sshspecifically, I have found that I need to add the following packages to the minimal manifest:bubblewrapopenssh-serveropenssh-clientsNetworkManagersudozram-generator