Question: build local image (not pushed) that is referenced by 2nd built image #1010
Labels
area/behavior
all bugs related to kaniko behavior like running in as root
kind/enhancement
New feature or request
priority/p1
Basic need feature compatibility with docker build. we should be working on this next.
if I need to build an image that depends on another temporary image (that is built locally prior step and not pushed anywhere) how could I do this?
i.e. step1[buildImageA locally], step2[buildImageB that is FROM buildImageA].
I've tried using combinations of
--cache=true
and specifying a shared--cache-dir
to no avail, it keeps prompting me for a--cache-repo
etc. Not really sure how to do this.The text was updated successfully, but these errors were encountered: