Kaniko fails on empty argument with quotes in Dockerfile after 5bbb40e #847
Labels
area/behavior
all bugs related to kaniko behavior like running in as root
kind/bug
Something isn't working
Actual behavior
Kaniko fails on empty argument with quotes in Dockerfile like:
ARG VARIANT=""
and also empty --build-arg VARIANT=
Expected behavior
Build Dockerfile
To Reproduce
Steps to reproduce the behavior:
Additional Information
Dockerfile
ARG VARIANT=""
ARG VERSION=2
FROM registry.example.com/image${VARIANT}:${VERSION}
Build Context
Kaniko Image (fully qualified with digest)
any image after 5bbb40e commit
Triage Notes for the Maintainers
It didn't happen before 5bbb40e commit
--cache
flagLog:
The text was updated successfully, but these errors were encountered: