github.com/quay/claircore@v1.5.28/rhel/dockerfile/testdata/Dockerfile-Comments (about) 1 # Normal comments are fine 2 FROM scratch 3 4 LABEL \ 5 # This style of comment is buck wild, but allowed. 6 A=B \ 7 C=D 8 # This comment is stripped despite the apparent continuation 9