Skip to content

Commit

Permalink
Modify notice and add it to kuma-init docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubdyszkiewicz committed Dec 20, 2019
1 parent 4809a84 commit c1e4d30
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Kuma
Copyright 2019 Kong Inc.

This product includes software developed at Kong Inc (https://konghq.com/).
This product includes software developed by Istio (https://istio.io/).
7 changes: 6 additions & 1 deletion tools/releases/dockerfiles/Dockerfile.kuma-init
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
FROM docker.io/istio/proxy_init:1.1.2
FROM docker.io/istio/proxy_init:1.1.2

RUN mkdir /kuma
COPY $KUMA_ROOT/tools/releases/templates/LICENSE /kuma
COPY $KUMA_ROOT/tools/releases/templates/NOTICE /kuma
COPY $KUMA_ROOT/tools/releases/templates/README /kuma
1 change: 1 addition & 0 deletions tools/releases/templates/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Kuma
Copyright 2019 Kong Inc.

This product includes software developed at Kong Inc (https://konghq.com/).
This product includes software developed by Istio (https://istio.io/).

0 comments on commit c1e4d30

Please sign in to comment.