You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 putimage: some-third-party-image
inconf.yml
I keep getting exception about fieldimage
not being supported.The text was updated successfully, but these errors were encountered: