Open schu opened 7 years ago
I agree. See also https://github.com/kinvolk/stage1-builder/pull/26#issuecomment-319055938
Ideally we need to be able to both use release artifacts and artifacts from a specific build on a branch, in order to test changes in stage1-builder.
FWIW https://jedkirby.com/blog/github-releases-with-circleci has a tutorial for this. Maybe that is enough?
Currently we rely on CircleCI assets for stage1-builder images:
This is brittle (images can change unexpectedly with newer stage1-builder versions; old images have to be rebuild on every stage1-builder update, as we point to
latest
artifacts; etc)Instead, try to use GitHub Releases: https://help.github.com/articles/creating-releases/