mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Add license file to Dockerfile as per legal requirement (#27154)
This commit is contained in:
parent
c5a0040886
commit
27f39ffbe9
1 changed files with 4 additions and 2 deletions
|
|
@ -24,7 +24,8 @@ LABEL name="Vault" \
|
|||
summary="Vault is a tool for securely accessing secrets." \
|
||||
description="Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log."
|
||||
|
||||
COPY LICENSE /licenses/mozilla.txt
|
||||
# Copy the license file as per Legal requirement
|
||||
COPY LICENSE /licenses/LICENSE.txt
|
||||
|
||||
# Set ARGs as ENV so that they can be used in ENTRYPOINT/CMD
|
||||
ENV NAME=$NAME
|
||||
|
|
@ -95,7 +96,8 @@ LABEL name="Vault" \
|
|||
summary="Vault is a tool for securely accessing secrets." \
|
||||
description="Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log."
|
||||
|
||||
COPY LICENSE /licenses/mozilla.txt
|
||||
# Copy the license file as per Legal requirement
|
||||
COPY LICENSE /licenses/LICENSE.txt
|
||||
|
||||
# Set ARGs as ENV so that they can be used in ENTRYPOINT/CMD
|
||||
ENV NAME=$NAME
|
||||
|
|
|
|||
Loading…
Reference in a new issue