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

Copy files from context into builder or output images (Dockerfile's COPY) #18

Open
denzp opened this issue Nov 10, 2019 · 0 comments
Open

Comments

@denzp
Copy link
Owner

denzp commented Nov 10, 2019

Dockerfile statements:

COPY hom* /mydir/ 
COPY hom?.txt /mydir/

Should have equivalent cargo-wharf metadata:

[package.metadata.wharf.builder]
copy = [
  { src = "hom*", dst = "/mydir/" },
  { src = "hom?.txt", dst = "/mydir/" }
]

[package.metadata.wharf.output]
copy = [
  { src = "hom*", dst = "/mydir/" },
  { src = "hom?.txt", dst = "/mydir/" }
]
@denzp denzp mentioned this issue Nov 10, 2019
10 tasks
@denzp denzp added this to the frontend-v0.1.0 milestone Nov 10, 2019
@edrevo edrevo mentioned this issue Jul 11, 2020
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

No branches or pull requests

1 participant