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 missing in Alpine builds #80

Closed
SamuelHassine opened this issue Jun 8, 2023 · 6 comments
Closed

Yarn missing in Alpine builds #80

SamuelHassine opened this issue Jun 8, 2023 · 6 comments

Comments

@SamuelHassine
Copy link

SamuelHassine commented Jun 8, 2023

Hello,

It seems yarn is missing in the latest Alpine builds:

nikolaik/python-nodejs:python3.11-nodejs20-alpine results in:

/bin/sh: yarn: not found

Kind regards,
Samuel

@nikolaik
Copy link
Owner

nikolaik commented Jun 8, 2023

Thanks for reporting, what an oversight! I merged a fix in #83 and some tests to prevent this from happening again in #82

The fix will be included with the next rebuild

@nikolaik nikolaik closed this as completed Jun 8, 2023
@SamuelHassine
Copy link
Author

Thanks a lot @nikolaik for your prompt answer and the great work!

@SamuelHassine
Copy link
Author

Hello @nikolaik,

Sorry to reply again but I still have /bin/sh: yarn: not found in the builds based on nikolaik/python-nodejs:python3.10-nodejs18-alpine.

I will check if this is a cache problem but I don't think so.

@SamuelHassine
Copy link
Author

Hello @nikolaik,

I confirm that for the moment Alpine images are still missing yarn.

Kind regards,
Samuel

@SamuelHassine
Copy link
Author

Hello @nikolaik,

Any news on this?

Kind regards,
Samuel

@nikolaik
Copy link
Owner

nikolaik commented Jun 14, 2023

Hey! Did a manual rebuild of all images, so yarn should be back in business now for alpine. I verified yarn exists in the following combinations locally:

docker run --platform linux/amd64 --pull always nikolaik/python-nodejs:python3.11-nodejs20-alpine yarn --version
python3.11-nodejs20-alpine: Pulling from nikolaik/python-nodejs
Digest: sha256:934fc27f1aad4f2ef04e6d5adb78103f34ae46711557d049b65151b5415a4937
Status: Image is up to date for nikolaik/python-nodejs:python3.11-nodejs20-alpine
1.22.19docker run --platform linux/amd64 --pull always nikolaik/python-nodejs:python3.10-nodejs18-alpine yarn --version
python3.10-nodejs18-alpine: Pulling from nikolaik/python-nodejs
Digest: sha256:4ecac4ab03dc22fbbcccee5401da1ff11fa6077c5d0ed033a2e51b9ba23c5bdb
Status: Image is up to date for nikolaik/python-nodejs:python3.10-nodejs18-alpine
1.22.19

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

No branches or pull requests

2 participants