github.com/quay/claircore@v1.5.28/rhel/dockerfile/testdata/Dockerfile-issue526 (about) 1 FROM scratch 2 3 ENV A="B C" \ 4 D=E 5 6 LABEL label="$A $D"