Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

nodejs-express: Install ca-certificates when building production image #838

Merged
merged 2 commits into from
Jul 1, 2020

Conversation

djones6
Copy link
Contributor

@djones6 djones6 commented Jul 1, 2020

Checklist:

Modifying an existing stack:

  • Updated the stack version in stack.yaml

Installs the ca-certificates package when building the production image for an application based on the nodejs-express stack. This is necessary because the base node:12-slim image does not include that package, and it is required in order for TLS certificate validation to work for any properly signed certificates.

Related Issues:

Fixes #836

@gireeshpunathil
Copy link
Contributor

LGTM

@upLukeWeston upLukeWeston merged commit 06ea293 into appsody:master Jul 1, 2020
@djones6 djones6 deleted the ca-certificates branch July 2, 2020 08:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nodejs-express Kafka stack failing to resolve Event Streams certificates
3 participants