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

Yarn integration #373

Merged
merged 2 commits into from
May 2, 2018
Merged

Conversation

nghiant2710
Copy link
Contributor

@nghiant2710 nghiant2710 commented Jan 12, 2018

Fixes #206, yarn has been integrated into the upstream base images for a while so we should have it in our base images too.

root@a42bb16e1fce:/opt# du -sh yarn
3.9M    yarn

This is the package size on amd64 base images so I think it will no longer be an issue to us anymore.

@nghiant2710 nghiant2710 requested a review from petrosagg January 12, 2018 09:38
@nghiant2710 nghiant2710 force-pushed the yarn-integration branch 2 times, most recently from 335a069 to 898b9c9 Compare April 11, 2018 02:27
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --keyserver pgp.mit.edu --recv-keys "$key" || \
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do you fetch the key from multiple key servers?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@petrosagg, I get this from upstream dockerfile, I think they do that since a key server might not be available all the time. It happens a lot in our builds when a build fails due to a key server was unreachable

@nghiant2710 nghiant2710 merged commit e5617b0 into balena-io-library:master May 2, 2018
@nghiant2710 nghiant2710 deleted the yarn-integration branch May 2, 2018 10:53
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.

3 participants