We are trying to create a VyOS VM over Kubevirt using an image created via DockerFile. The contents of the docker file are as follows:
FROM kubevirt/cirros-registry-disk-demo
ADD VYOS /disk
Here, we are mounting the Vyos iso over a cirros image. Tried logging in using virtctl utility and was able to login. But this login was for cirros image.
Furthermore, after typing login command in this VM console prompts for providing username:password. vyos:vyos is not working.