Skip to content

Commit

Permalink
Add license to LMES driver image manifest (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira authored Oct 23, 2024
1 parent f70af36 commit 4cbc4c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.driver
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ COPY cmd/ cmd/
COPY api/ api/
COPY controllers/ controllers/

# Copy license
COPY LICENSE /licenses/ta-lmes-driver.md

RUN GO111MODULE=on CGO_ENABLED=0 GOOS=linux go build -tags netgo -ldflags '-extldflags "-static"' -o /bin/driver ./cmd/lmes_driver/*.go

FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
Expand Down

0 comments on commit 4cbc4c0

Please sign in to comment.