-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build S2I Core base image from source #63
Comments
Just to add: since the Docker build completes successfully, I can workaround the error by manually tagging the images and pushing them to my private registry. But it would great to understand why the Make build fails on my Mac. |
Hi @micsafi Thank you for flagging this issue. Please confirm the version of Docker Desktop for Mac you're using. Last I ran this, it was 3.1.0, and the build worked fine. After upgrading to 3.2.2, I'm able to reproduce your issue. In the meantime, you can revert to the old build process by setting the
We will add a note to the runbook about this change in behaviour. |
My build findings are with Docker Desktop v. 3.2.1 on MacOS. I am also happy to confirm that setting DOCKER_BUILDKIT=0 fixes the build issue. I think this is more than sufficient workaround for now! Just add it to the Runbook instructions. |
While building the S2I Core base image from source, the base image build fails on the tagging phase:
Before running the build, I have installed the coreutils+md2man and updated my path to have the gnuutils to have priority.
The text was updated successfully, but these errors were encountered: