We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6ccc36 + 55062d6 commit bf4935fCopy full SHA for bf4935f
1 file changed
Dockerfile
@@ -37,6 +37,8 @@ FROM ${BASE_IMAGE}
37
38
WORKDIR /app
39
40
+# ubi9-micro doesn't include CA certificates; copy from builder for TLS (e.g. Google Pub/Sub)
41
+COPY --from=builder /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
42
COPY --from=builder /build/bin/sentinel /app/sentinel
43
44
USER 65532:65532
0 commit comments