Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Legal stuff in docker images (#169)
Browse files Browse the repository at this point in the history
* Legal : Add Apache LICENSE and NOTICES files into /root of the ubiquity image (Dockerfile)
  • Loading branch information
shay-berman authored Dec 13, 2017
1 parent ca9d27c commit c6dd8f8
Show file tree
Hide file tree
Showing 2 changed files with 5,047 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ FROM alpine:latest
RUN apk --no-cache add ca-certificates=20161130-r2 openssl=1.0.2k-r0
WORKDIR /root/
COPY --from=0 /go/src/github.com/IBM/ubiquity/ubiquity .
COPY --from=0 /go/src/github.com/IBM/ubiquity/LICENSE .
COPY --from=0 /go/src/github.com/IBM/ubiquity/scripts/notices_file_for_ibm_storage_enabler_for_containers ./NOTICES

COPY docker-entrypoint.sh .
RUN chmod 755 docker-entrypoint.sh
Expand Down
Loading

0 comments on commit c6dd8f8

Please sign in to comment.