Skip to content

Make build issue #1934

Answered by tobybellwood
Opswatch asked this question in General
Discussion options

You must be logged in to vote

In the Make build process, it should have tried to make the lagoon/commons image first (as per https://github.com/amazeeio/lagoon/blob/master/Makefile#L197)

Do you have the lagoon/commons image on your local docker image registry?

If you want to check and retry:
make clean - removes the temp files we touch to show an image has been built, and then
make build - or if you've got moar power make -j6 build to build in parallel.

You can always build the commons image manually make build/commons - but I'm not sure why this didn't work in your case?

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Opswatch
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants