Coder Social home page Coder Social logo

Comments (3)

micsafi avatar micsafi commented on July 30, 2024

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.

from spm-kubernetes.

andreyzher avatar andreyzher commented on July 30, 2024

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.
The latest version is using BuildKit by default which has an issue with some of the paths used by the S2I Core image build.
I have created an issue with the S2I image maintainers for further investigation.

In the meantime, you can revert to the old build process by setting the DOCKER_BUILDKIT variable to 0 for the current terminal, or by updating the Docker daemon configuration file with the following snippet:

{ "features": { "buildkit": false } }

image

We will add a note to the runbook about this change in behaviour.

from spm-kubernetes.

micsafi avatar micsafi commented on July 30, 2024

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.

from spm-kubernetes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.