-
Notifications
You must be signed in to change notification settings - Fork 258
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
load_cache or similar support #121
Comments
load_cache
or similar support
I'm pretty confused. What would the difference in |
@jtarchie did I get it wrong? The way I understand it
|
No, I just don't understand docker that well. There are too many layers to it. Thanks for the explanation. I think there might be a way to do what you are requesting. I believe others have done it. |
Fixed by #188 |
I want to know if it's possible to use a
get
resource instead of pulling down the image whencache: true
is set for building.Say this is my current job (which has the nice benefit that the
FROM
image can be cached byconcourse
):I'd like for something like the following to work equivalently (where the
cache
image can be cached byconcourse
):The text was updated successfully, but these errors were encountered: