Giter Club home page Giter Club logo

Comments (3)

chrmarti avatar chrmarti commented on August 20, 2024

We use the docker CLI for building the image. It appears .* is excluded by default, see https://docs.docker.com/engine/reference/builder/#dockerignore-file. Maybe having a .dockerignore file with !.* would revert that default?

from cli.

Rabadash8820 avatar Rabadash8820 commented on August 20, 2024

Hi @chrmarti, I don't see that rule mentioned in the docs. Are you talking about the warning at the end, where it says "For historical reasons, the pattern . is ignored."? I took that to mean that . is ignored, not .*. I suppose this could be easily tested by running docker build manually and seeing if it copies hidden files. I'll get to that today when I have time. If that is the Docker default, I suppose there's no sense fighting it; it might just be worth a call out in the docs, with one of the workarounds that I mentioned above.

from cli.

Rabadash8820 avatar Rabadash8820 commented on August 20, 2024

Hey @chrmarti, sorry for not getting back sooner. Turns out I just wasn't using ls -a when I listed files in my container. ๐Ÿคฆโ€โ™‚๏ธ When building a devcontainer as described above or just building an image with docker build, I can confirm that hidden files are being copied. I feel pretty sheepish. Gonna close this issue now and hope nobody ever googles it. ๐Ÿ˜…

from cli.

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.