'could not parse reference' for cached builds with UPPERCASE stage names #519
Labels
area/dockerfile-command
For all bugs related to dockerfile file commands
area/multi-stage builds
issues related to kaniko multi-stage builds
in progress
kind/bug
Something isn't working
priority/p1
Basic need feature compatibility with docker build. we should be working on this next.
Milestone
Actual behavior
Multi-stage builds fail with
if
--cache=true
and stage names contain UPPERCASE letters.Expected behavior
Cached builds should succeed irregardless of character case in stage names.
To Reproduce
Steps to reproduce the behavior:
(the builds are trigged with
--cache=true
).Stage 2 is the one trying to use the previous stage named with uppercase letters (see below). The build succeeds for stage 1, which refers to stage 0 with only lowercase letters and _.
Additional Information
Does not apply.
gcr.io/kaniko-project/executor@sha256:a3e1a4ac0fc9625ce0eb2f74094e4e801cb1164c93a1dd6b8d2306f6efee7d9a
The text was updated successfully, but these errors were encountered: