-
Notifications
You must be signed in to change notification settings - Fork 89
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
docker ros key expired #55
Comments
Yes, this is the case. |
Also want to check, after I run It seems I can use Thanks for the help! |
Hello @weizhou1001 I don't think there is a straight forward way to do that. If you are not worried about security, I would just make a more general shared folder where you have all your data, and use that at the beginning. This is a very specific corner case that is not related to Bonnet, but docker itself, so here are some resources:
|
I am getting the same issue in Docker : W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.ros.org/ros/ubuntu xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F42ED6FBAB17C654 How do I fix this ? |
Hi @aravind93raja , |
I was trying to build other stuff in your docker image. But the ROS complaining:
Err:1 http://packages.ros.org/ros/ubuntu xenial/main amd64 ros-kinetic-pcl-msgs amd64 0.2.0-0xenial-20180222-204939-0800 404 Not Found [IP: 140.211.166.134 80]
I think the ROS key in the docker is expired. So I did:
$ sudo apt-key del 421C365BD9FF1F717815A3895523BAEEB01FA116
$ sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
$ sudo apt clean && sudo apt update
It fixed the problem.. Just wanna double check if this is an issue when you use it?
The text was updated successfully, but these errors were encountered: