You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jlmkr create --distro=nonexistent test
USE THIS SCRIPT AT YOUR OWN RISK!
IT COMES WITHOUT WARRANTY AND IS NOT SUPPORTED BY IXSYSTEMS.
Creating jail test with default config.
Overriding distro config value with nonexistent.
Overriding systemd_nspawn_user_args config value with [].
Downloading the image index
ERROR: Couldn't find a matching image
Aborting...
Jail is created but the rootfs directory remains empty. Exit code is 1 in this case, but the failed jail is not cleaned up.
When
run_lxc_download_script
fails, jlmkr still returns 0 exit code.When
run_lxc_download_script
fails during jail creation, the jail is not cleaned up.The text was updated successfully, but these errors were encountered: