We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40cdfc1 + 776aba7 commit f80ef4eCopy full SHA for f80ef4e
2 files changed
.dockerignore
@@ -35,8 +35,7 @@ chart/
35
charts/
36
deployments/
37
38
-# License and owners
39
-LICENSE
+# Owners
40
OWNERS
41
CONTRIBUTING.md
42
Dockerfile
@@ -43,6 +43,7 @@ WORKDIR /app
43
# ubi9-micro doesn't include CA certificates; copy from builder for TLS (e.g. Google Pub/Sub)
44
COPY --from=builder /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
45
COPY --from=builder /build/bin/hyperfleet-api /app/hyperfleet-api
46
+COPY --from=builder /build/LICENSE /licenses/LICENSE
47
48
USER 65532:65532
49
0 commit comments