Here's a quick example
provision:
how: container
image: debian
execute:
how: tmt
script: |
cat /etc/os-release
source /etc/os-release
[ "$ID" != "debian" ] && exit 1
$ tmt -vvvv run -a provision --update-missing -h virtual
provision
provision.provision task #1: default-0
how: container
order: 50
distro: Fedora Linux 43 (Container Image)
So how was not missing so provision/container was preserved, but for some reason the image got lost.
Here's a quick example
So
howwas not missing soprovision/containerwas preserved, but for some reason theimagegot lost.