This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 41ea637  Add NOTICE to docker images (#125)
41ea637 is described below

commit 41ea6377d29978db09cc546ff28babd21595bac7
Author: Twice <[email protected]>
AuthorDate: Sun Oct 22 15:24:05 2023 +0900

    Add NOTICE to docker images (#125)
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 96ff6c6..a65dbde 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,6 +37,7 @@ COPY --from=build /kvctl/_build/kvctl-client ./bin/
 VOLUME /var/lib/kvctl
 
 COPY ./LICENSE ./
+COPY ./NOTICE ./
 COPY ./config/config.yaml /var/lib/kvctl/
 
 EXPOSE 9379:9379

Reply via email to