Giter VIP home page Giter VIP logo

Comments (4)

adnichols avatar adnichols commented on May 27, 2024

I believe you are correct about the lack of context - you can still ADD using a URL. My suggestion here would be not to use the Dockerfile for building the image, build that outside of kitchen-docker and publish to a repository where context is present. You can then use the Dockerfile as a mechanism for using your custom image without any of the inherent modifications that kitchen-docker performs to the image before starting it up - your Dockerfile would simply contain a "FROM" line and that's it.

from kitchen-docker.

fnichol avatar fnichol commented on May 27, 2024

Agreed, that would be my read as well. Otherwise it would tar and upload a potentially massive current working directory just to make the image.

Is there something specific you're trying to get onto the image? Does it need to be there before Chef is installed? We may be able to fall back on some other tricks…

from kitchen-docker.

codeitagile avatar codeitagile commented on May 27, 2024

Thanks for your advice @adnichols, that would work but it will not be as cohesive an approach as I would like.

It comes down to when things should happen in the pipeline I have in mind - which may well be flawed and represent nothing more than my limited experience with docker and kitchen tools.

@fnichol, I wanted to add a shell script consisting of a number of pre-test steps that need to be taken prior to verify running through my specs. Steps like restarting all the services provisioned via chef for example, as (sometimes necessary) sanity check.

My approach to this was to run a script that I added to the build via the ADD in the dockerfile, before /usr/sbin/sshd -D -o UseDNS=no -o UsePAM=no is executed.

That may very well be a naive approach, but it seemed logical to me, and kept the docker specifics of my test setup coupled to test-kitchen tool-chain, and not polluting my base images; if you follow me.

from kitchen-docker.

codeitagile avatar codeitagile commented on May 27, 2024

Now have written it down and since I did not get to the stage of actually testing this approach, what I was trying to do may not be such a great idea anyway. I think I can achieve what I want with Chef.

Back to the drawing board I think. Thanks for your input.

from kitchen-docker.

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.