Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Provide warnings/errors during conversions #24

Open
jonboulle opened this issue Feb 13, 2015 · 4 comments
Open

Provide warnings/errors during conversions #24

jonboulle opened this issue Feb 13, 2015 · 4 comments
Assignees

Comments

@jonboulle
Copy link
Contributor

As noted in #20 (comment) , it would be good to be able to warn people about cases when docker2aci has to perform suboptimal translations (for example when converting an exec statement to use /bin/sh)

@jonboulle
Copy link
Contributor Author

@iaguis since we started down this path with #43 perhaps we can add this more widely now?

@dghubble
Copy link

Agreed. I investigated several red herrings before realizing ENTRYPOINT ["./binary"] vs ENTRYPOINT ["/binary"] was the root issue causing problems due to arguments being ignored in a fetched image. A log line would have saved time.
poseidon/matchbox#39

@jonboulle
Copy link
Contributor Author

Hmm although for your particular issue, since absolute paths are no longer a requirement in the spec, maybe we should relax this conversion now? @iaguis thoughts?

@iaguis
Copy link
Member

iaguis commented Jan 25, 2016

Makes sense: #114

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

No branches or pull requests

3 participants