mirror of
https://github.com/GoogleContainerTools/kaniko.git
synced 2026-06-15 13:24:32 +00:00
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
|