Skip to content

Reduce docker image size and fix release GitHub action #58

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

Merged
merged 2 commits into from
Apr 26, 2022

Conversation

nguyer
Copy link
Contributor

@nguyer nguyer commented Apr 26, 2022

Signed-off-by: Nicko Guyer [email protected]

Dockerfile Outdated
FROM node:14-alpine3.11 as firefly-dataexchange-builder
RUN apk add --update python make
FROM node:16-alpine3.15 as firefly-dataexchange-builder
RUN apk add --update python3 make
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if we need python here or not

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It turns out we do not. So I have removed it 🙂

Copy link
Contributor

@peterbroadhurst peterbroadhurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 - thanks for adding the 🐳 🗜️ in here, as well as fixing the action

@peterbroadhurst peterbroadhurst merged commit 46bf3cb into hyperledger:main Apr 26, 2022
@peterbroadhurst peterbroadhurst deleted the build-enhancements branch April 26, 2022 17:13
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