Giter Club home page Giter Club logo

Comments (12)

Mark-Hetherington avatar Mark-Hetherington commented on August 24, 2024 3

We use this image in a build process, and I had worked around this by adding curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - as a build step.
I've removed that and run a new build (which should pull new images), which has succeeded.

I believe the issue is now resolved.

from docker-python-nodejs.

tlttnz2018 avatar tlttnz2018 commented on August 24, 2024

Another FYI: I use nikolaik/python-nodejs:python3.6-nodejs8

from docker-python-nodejs.

tlttnz2018 avatar tlttnz2018 commented on August 24, 2024

Hmm, checked the version support. Seem nodev8 is out of support so that image will not longer be updated automatically.

Close this issue. Sorry for disturbing

from docker-python-nodejs.

Daniel15 avatar Daniel15 commented on August 24, 2024

You'll have to get whoever maintains the Docker image to update the GPG key.

from docker-python-nodejs.

Mark-Hetherington avatar Mark-Hetherington commented on August 24, 2024

I'm also seeing this on nikolaik/python-nodejs:python3.7-nodejs12. I'm not sure how the build process operates for these to know if the same root cause exists for both these versions.

from docker-python-nodejs.

tlttnz2018 avatar tlttnz2018 commented on August 24, 2024

I'm also seeing this on nikolaik/python-nodejs:python3.7-nodejs12. I'm not sure how the build process operates for these to know if the same root cause exists for both these versions.

Oops, I don't test it on new distribution. I think with the current build 2 times per day, the gpg key should be updated.

Let re open it then.

from docker-python-nodejs.

tlttnz2018 avatar tlttnz2018 commented on August 24, 2024

You'll have to get whoever maintains the Docker image to update the GPG key.

I think I posted this issue of the maintainer's repo 🤔

from docker-python-nodejs.

Daniel15 avatar Daniel15 commented on August 24, 2024

I think I posted this issue of the maintainer's repo 🤔

Oops, sorry, I thought you posted this in the Yarn repo. Sorry! 😅

from docker-python-nodejs.

bodyslam avatar bodyslam commented on August 24, 2024

For those who want to follow any updates you can find it here:
yarnpkg/yarn#7866

from docker-python-nodejs.

nikolaik avatar nikolaik commented on August 24, 2024

Are you still seeing this after the images have been rebuilt and using docker build --pull . ?

from docker-python-nodejs.

nikolaik avatar nikolaik commented on August 24, 2024

Closing based on Mark's comment, thank you! 🤗

from docker-python-nodejs.

gzamaury avatar gzamaury commented on August 24, 2024

Since apt-key was deprecated, this works for me:

ENV YARNKEY=yarn-keyring.gpg
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo gpg --dearmour -o /usr/share/keyrings/$YARNKEY && \
echo "deb [signed-by=/usr/share/keyrings/$YARNKEY] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
RUN apt-get update 

Source: https://tickets.dominodatalab.com/hc/en-us/articles/12830637385364-Yarn-Package-invalid-key

from docker-python-nodejs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.