We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be71e02 commit cda33cfCopy full SHA for cda33cf
Dockerfile
@@ -15,6 +15,9 @@ COPY main.go main.go
15
COPY api/ api/
16
COPY controllers/ controllers/
17
18
+# Copy license file
19
+COPY LICENSE /licenses/
20
+
21
# Build
22
RUN echo "GOARCH=${goarch}"
23
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${goarch} go build -a -o manager main.go
bundle.Dockerfile
@@ -18,3 +18,6 @@ LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
COPY bundle/tests/scorecard /tests/scorecard/
+# Copy LICENSE to /licenses directory
0 commit comments