Open jnovack opened 4 years ago
Needs the following in the Dockerfile
.
FROM scratch
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
certs are secrets should not be part of image. mount certificate files using docker volume
FROM scratch
does not include any ca-certificates, so it will fail to connect to any TLS-enabled MQTT broker.