Skip to content

Commit

Permalink
[build] Override "org.label-schema.license" Docker label (elastic#42836)
Browse files Browse the repository at this point in the history
  • Loading branch information
mieciu authored and jbudz committed Aug 8, 2019
1 parent ea5971d commit 3253ad9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function generator({ artifactTarball, versionTag, license, usePublicArtifact })
org.label-schema.version="${ versionTag }" \\
org.label-schema.url="https://www.elastic.co/products/kibana" \\
org.label-schema.vcs-url="https://github.com/elastic/kibana" \\
org.label-schema.license="${ license }" \\
license="${ license }"
ENTRYPOINT ["/usr/local/bin/dumb-init", "--"]
Expand Down

0 comments on commit 3253ad9

Please sign in to comment.