-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
build method is missing a volumes argument #1498
Comments
ymc-dabe
added a commit
to ymc-dabe/docker-py
that referenced
this issue
Feb 21, 2018
Resolves docker#1498 Signed-off-by: Daniel Beyer <ymc-dabe@vcs.ymc.ch>
ymc-dabe
added a commit
to ymc-dabe/docker-py
that referenced
this issue
Feb 21, 2018
Resolves docker#1498 Signed-off-by: Daniel Beyer <ymc-dabe@vcs.ymc.ch>
ymc-dabe
added a commit
to ymc-dabe/docker-py
that referenced
this issue
Mar 1, 2018
Resolves docker#1498 Signed-off-by: Daniel Beyer <ymc-dabe@vcs.ymc.ch>
ymc-dabe
added a commit
to ymc-dabe/docker-py
that referenced
this issue
Mar 1, 2018
Resolves docker#1498 Signed-off-by: Daniel Beyer <ymc-dabe@vcs.ymc.ch>
ymc-dabe
added a commit
to ymc-dabe/docker-py
that referenced
this issue
Mar 1, 2018
Resolves docker#1498 Signed-off-by: Daniel Beyer <ymc-dabe@vcs.ymc.ch>
I doubt that this makes it into docker-py before moby/moby#14080 is resolved, but nevertheless I added support in PR #1937 for it. It especially is useful if one uses a patched docker, that has support for build time volumes (e.g. Project Atomic or balena - I think Fedora and RHEL have patched-in support as well). |
This was referenced Mar 1, 2018
Closing for the reasons explained in #1937 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docker can mount read-only volumes at image build time (see docker build --volume) but this is not currently possible to do via the build method.
The text was updated successfully, but these errors were encountered: