Build fails when FROM image AS alias has capital letters #770
Labels
area/multi-stage builds
issues related to kaniko multi-stage builds
easy-fix
help wanted
Looking for a volunteer!
kind/bug
Something isn't working
priority/p1
Basic need feature compatibility with docker build. we should be working on this next.
Actual behavior
Named build stages (FROM someimage as myname) fail when name begins with a Capital letter
Example:
FROM python:3.7.2 AS library
✔ builds successfully (note that there are no capital letters)FROM python:3.7.2 AS Library
❌ fails (note that there is a capital letter)Error shown
Expected behavior
When using named stages, capital letters should not break the build process
To Reproduce
Please see this gist
The text was updated successfully, but these errors were encountered: