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

Question: build local image (not pushed) that is referenced by 2nd built image #1010

Open
bitsofinfo opened this issue Jan 28, 2020 · 1 comment
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.

Comments

@bitsofinfo
Copy link

bitsofinfo commented Jan 28, 2020

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.

@tejal29 tejal29 added priority/p1 Basic need feature compatibility with docker build. we should be working on this next. kind/enhancement New feature or request labels Jan 29, 2020
@tejal29
Copy link
Contributor

tejal29 commented Jan 29, 2020

Related to #496 #923

@tejal29 tejal29 added the area/behavior all bugs related to kaniko behavior like running in as root label May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

2 participants