We have several options here:
- we can use the dev cluster to test
- we can simply build the images the same way the script in shipwright does it - just not publish it and we will not be able to run it (this is simplest)
Either way the main problem is that the way that pack builds images is very different than how Shipwright does it. Because Shipwright does not need a running docker daemon whereas pack does need it.
We have seen that especially image extensions are problematic in this way.
We have several options here:
Either way the main problem is that the way that
packbuilds images is very different than how Shipwright does it. Because Shipwright does not need a running docker daemon whereas pack does need it.We have seen that especially image extensions are problematic in this way.