kaniko/pkg/dockerfile
Ben Einaudi d22a7608c2 Fix failure when using capital letters in image alias in 'FROM ... AS' instruction
The third library moby/buildkit lowers the image alias used in 'FROM .. AS' instruction.
This change fixes this issue by making the resolve of dependencies agnostic to case.

Fixes #592
Fixes #770
2019-12-06 12:04:26 +01:00
..
buildargs.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00
dockerfile.go Fix failure when using capital letters in image alias in 'FROM ... AS' instruction 2019-12-06 12:04:26 +01:00
dockerfile_test.go Fix failure when using capital letters in image alias in 'FROM ... AS' instruction 2019-12-06 12:04:26 +01:00