Skip to content

Commit 4cbc4c0

Browse files
authored
Add license to LMES driver image manifest (#339)
1 parent f70af36 commit 4cbc4c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile.driver

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ COPY cmd/ cmd/
1212
COPY api/ api/
1313
COPY controllers/ controllers/
1414

15+
# Copy license
16+
COPY LICENSE /licenses/ta-lmes-driver.md
17+
1518
RUN GO111MODULE=on CGO_ENABLED=0 GOOS=linux go build -tags netgo -ldflags '-extldflags "-static"' -o /bin/driver ./cmd/lmes_driver/*.go
1619

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

0 commit comments

Comments
 (0)