Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Dockerfile to use node:16-alpine #106

Merged
merged 1 commit into from
Aug 9, 2021
Merged

Upgrade Dockerfile to use node:16-alpine #106

merged 1 commit into from
Aug 9, 2021

Conversation

mheap
Copy link
Member

@mheap mheap commented Aug 3, 2021

The existing build failed due to node:0.10 being very old.

Error: "No compatible version found: cz-conventional-changelog@'>=3.1.0 <4.0.0'"

Switching from node:0.10-onbuild to node:16-alpine required updates to the
Dockerfile, adding steps to install dependencies and copy the source code in to
the image itself. These are steps that onbuild performed for us automatically

The Dockerfile was also updated to use MOCKBIN_REDIS rather than the
npm config set method of enabling Redis as the npm config set method no
longer seems to work

Related to #99

The existing build failed due to node:0.10 being very old.

Error: "No compatible version found: cz-conventional-changelog@'>=3.1.0 <4.0.0'"

Switching from `node:0.10-onbuild` to `node:16-alpine` required updates to the
Dockerfile, adding steps to install dependencies and copy the source code in to
the image itself. These are steps that `onbuild` performed for us automatically

The Dockerfile was also updated to use `MOCKBIN_REDIS` rather than the
`npm config set` method of enabling Redis as the `npm config set` method no
longer seems to work
@CLAassistant
Copy link

CLAassistant commented Aug 3, 2021

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants