Skip to content
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

support specifying a tar file as context #7283

Closed
wants to merge 3 commits into from

Conversation

MichaelKim0407
Copy link

Resolves #1209

Implemented the support for both docker-py and cli build. Very minimal changes were required since both docker-py and cli already support the behavior.

I probably need to add tests and documentation somewhere, which I haven't done yet. If anyone can point me to the correct locations, I'll be happy to add them

Signed-off-by: Zheng Jin <zjin@grokstream.com>
Zheng Jin added 2 commits March 12, 2020 10:33
Signed-off-by: Zheng Jin <zjin@grokstream.com>
Signed-off-by: Zheng Jin <zjin@grokstream.com>
@benmosher
Copy link

is there a proper way to "bump" this? would love this feature. and I see that #1209 was recently closed for staleness.

@ndeloof
Copy link
Contributor

ndeloof commented Jun 9, 2022

Compose v1 is EoL, compose v2 codebase should be considered for new features

@glours
Copy link
Contributor

glours commented Jul 27, 2022

Thanks for taking the time to create this issue/pull request!

Unfortunately, Docker Compose V1 has reached end-of-life and we are not accepting any more changes (except for security issues). Please try and reproduce your issue with Compose V2 or rewrite your pull request to be based on the v2 branch and create a new issue or PR with the relevant Compose V2 information.

@glours glours closed this Jul 27, 2022
@MichaelKim0407
Copy link
Author

Lol this PR was opened more than 2 years ago.

I'm not sure if I want to spend the effort to create another one if this is how it works here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for pointing to tarball contexts in the 'build' parameter.
4 participants