mirror of
https://github.com/GoogleContainerTools/kaniko.git
synced 2026-05-16 13:20:33 +00:00
317d1b7017
Build a dockerfile that will copy the LICENSE from the kaniko github repository into the image to make sure the git buildcontext works as expected.
3 lines
36 B
Plaintext
3 lines
36 B
Plaintext
FROM scratch
|
|
COPY LICENSE ./LICENSE
|