[v9.4.x] Add LICENSE file to generated Docker images (#74099)
Add LICENSE file to generated Docker images (#74082)
(cherry picked from commit 6277c04caf)
Co-authored-by: Horst Gutmann <horst.gutmann@grafana.com>
This commit is contained in:
co-authored by
Horst Gutmann
parent
01466f0fd9
commit
b0e2eae439
@@ -55,6 +55,7 @@ COPY pkg pkg
|
||||
COPY scripts scripts
|
||||
COPY conf conf
|
||||
COPY .github .github
|
||||
COPY LICENSE ./
|
||||
|
||||
RUN make build-go
|
||||
|
||||
@@ -153,6 +154,7 @@ RUN if [ ! $(getent group "$GF_GID") ]; then \
|
||||
|
||||
COPY --from=go-src /tmp/grafana/bin/grafana* /tmp/grafana/bin/*/grafana* ./bin/
|
||||
COPY --from=js-src /tmp/grafana/public ./public
|
||||
COPY --from=go-src /tmp/grafana/LICENSE ./
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user