This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
StartVM hardcoded to weavworks/ignite:<tag> #566
Labels
area/runtime
Issues related to container runtimes
Milestone
Hi,
I tried to manually build ignite and that worked just fine, however, when trying to run the new binary (on a different host), it attempted to download a
weaveworks/ignite
image that won't exist .. I tracked it down to this: https://github.com/weaveworks/ignite/blob/master/pkg/operations/start.go#L41Would it be feasible to allow this to use the
DOCKER_USER
from the Makefile https://github.com/weaveworks/ignite/blob/master/Makefile#L35 ?So that it would not attempt to use a
weaveworks/ignite:<does-not-exist>
container when spinning up the VM ?Thanks
Alex
The text was updated successfully, but these errors were encountered: