camelCase stage names do not work #592
Labels
area/dockerfile-command
For all bugs related to dockerfile file commands
priority/p1
Basic need feature compatibility with docker build. we should be working on this next.
Actual behavior
I tried to build an existing multi stage Dockerfile containing stage names in camelCase.
Up to v0.6.0 kaniko failes to copy data from such a stage.
From v0.7.0 to latest it complains about "could not parse reference".
(For details see below.)
Expected behavior
I expected kaniko to build Dockerfiles the same way as
docker build
does.Especially if
docker build
is fine with camelCase names kaniko should also be fine.To Reproduce
Create a
Dockerfile
containing a camelcase stage name like this:Try to build it:
With
docker build
it works fine:Additional Information
see above
No other files beside Dockerfile
see above.
The text was updated successfully, but these errors were encountered: