Daniel J Walsh

Results 518 comments of Daniel J Walsh

@mrunalp @vrothberg @kolyshkin PTAL

What are the defaults right now. Default -> Ownership is root or ownership is the current User? --chown USER -> Ownership is USER --keep-ownership -> Current Owner UID of source?

Yes Moby. But if this is a change to Dockerfile/Containerfile format, then they will probably send you to buildkit.

I tried this with Docker, and it fails? ``` # systemctl start docker # cat /tmp/test/Dockerfile FROM alpine COPY

Ok But this still breaks on docker buildx build at least in the version of Docker i have installed. ``` # docker buildx build /tmp/test/ [+] Building 0.2s (6/6) FINISHED...

``` # docker buildx build /tmp/test/ [+] Building 0.1s (2/2) FINISHED => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 89B 0.0s => [internal] load .dockerignore 0.0s...

Yup that works. ``` # docker buildx build /tmp/test/ [+] Building 5.9s (11/11) FINISHED => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 184B 0.0s => [internal]...