-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for --chown flag for ADD/COPY Docker commands #1029
Comments
I like the docker version idea. However I would persist the version in in a setting, e.g. Adding this |
I like you version idea as well. I will look into it, because our images are unreasonably large. |
Thanks a lot . Looking forward 😍 |
* Add support for --chown flag for ADD/COPY Docker commands Closes #1029 * Add dockerVersion for DockerSpotifyClient * Extract docker version condition to DockerSupport * Update documentation
@muuki88 oh god OSS is great sometimes 😊 Was thinking about doing this next weekend and then some great champ chimes in and does it! Awesome :) |
As
--chown
for ADD/COPY has landed in moby here: moby/moby#34263 I think it would be awesome if the following could be done:sys.process.Process
(something a ladocker version --format '{{.Server.Version}}'
and if version is applicable then use--chown
approach in order to save that notorious duplicate layer that doubles up on application size.@muuki88 WDYT?
The text was updated successfully, but these errors were encountered: