Git Product home page Git Product logo

Comments (3)

pmalhotra-iiinfo avatar pmalhotra-iiinfo commented on June 2, 2024

Any guidance will be appreciated

from docker-ci-tool-stack.

sandeepk17 avatar sandeepk17 commented on June 2, 2024

am also getting the Same error

from docker-ci-tool-stack.

devicemanager avatar devicemanager commented on June 2, 2024

I got the same error, caused by the chef version. The RUN command in the Dockerfile should be changed from:
RUN curl -L https://www.getchef.com/chef/install.sh | bash \
to
RUN curl -L https://www.getchef.com/chef/install.sh | bash -s -- -v 14.0 \

I got this to run correcting the hashes and links for java, but probably better to relink docker-nexus3, since this has been updated to use openjdk. And both issues were the docker-nexus3 subproject, not this project. I will try this next to remove the link and clone the subproject from master. I run this on Minishift BTW.
Update:
Remove the subproject docker-nexus3 and clone from the original source. This now works running on Minishift. When trying Minishift, just install using the instructions, then start a Minishift cluster. I used 40GB disk and 8GB memory in the start command. Then run eval $(minishift docker-env), and docker-compose up.<-- This added docker stuff to my minishift cluster, but not quite right. Not controlled by openshift. Guess i need to read the fine manuals (RTFM).

from docker-ci-tool-stack.

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.