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

Advanced image metadata #17

Closed
denzp opened this issue Nov 10, 2019 · 0 comments · Fixed by #19
Closed

Advanced image metadata #17

denzp opened this issue Nov 10, 2019 · 0 comments · Fixed by #19
Labels
frontend The core component

Comments

@denzp
Copy link
Owner

denzp commented Nov 10, 2019

Dockerfile statements:

EXPOSE 80/tcp
LABEL version="1.0"
VOLUME /data
STOPSIGNAL SIGKILL

Should have equivalent cargo-wharf metadata:

[package.metadata.wharf.output]
expose = ["80/tcp"]
labels = { version = "1.0" }
volumes = ["/data"]
stop_signal = "SIGKILL"
@denzp denzp mentioned this issue Nov 10, 2019
10 tasks
@denzp denzp added this to the frontend-v0.1.0 milestone Nov 10, 2019
@denzp denzp closed this as completed in #19 Nov 11, 2019
@denzp denzp added the frontend The core component label Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend The core component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant