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

Use a third-party image as a build dependency #80

Closed
jljouannic opened this issue Sep 28, 2015 · 2 comments
Closed

Use a third-party image as a build dependency #80

jljouannic opened this issue Sep 28, 2015 · 2 comments
Labels

Comments

@jljouannic
Copy link

In the USAGE.md file, there is a paragraph about using another image as a build dependency (L95 in source). After searching in source code for a while I see no trace of implementation of this feature. No matter where I put image: some-third-party-image in conf.yml I keep getting exception about field image not being supported.

@alexec
Copy link
Owner

alexec commented Oct 1, 2015

Ah - you are correct. This is an error in the USAGE.md. I've been working on this feature, but it is not complete yet. You can do it by just putting FROM some-image-name into a Dockerfile.

@alexec alexec added the bug label Oct 1, 2015
@alexec
Copy link
Owner

alexec commented Oct 1, 2015

Corrected USAGE.md.

@alexec alexec closed this as completed Oct 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants