Yarn missing in Alpine builds
SamuelHassine opened this issue · 6 comments
SamuelHassine commented
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 commented
SamuelHassine commented
Thanks a lot @nikolaik for your prompt answer and the great work!
SamuelHassine commented
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 commented
Hello @nikolaik,
I confirm that for the moment Alpine images are still missing yarn.
Kind regards,
Samuel
SamuelHassine commented
nikolaik commented
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.19
❯ docker 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