GithubHelp home page GithubHelp logo

Comments (5)

ikhann avatar ikhann commented on June 12, 2024

Solved.
Added these lines before apt update in the Dockerfile of my image:

RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null \
    && echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ focal main' | tee /etc/apt/sources.list.d/kitware.list >/dev/null

from isaac_ros_common.

tonynajjar avatar tonynajjar commented on June 12, 2024

Thanks that fixed it for me too

from isaac_ros_common.

hemalshahNV avatar hemalshahNV commented on June 12, 2024

Thanks, @ikhann! The key from Kitware seems to have been invalidated. We're rebuilding the pre-built Isaac ROS Dev base images with the updated keys. In the meantime, your fix will work if you add it to Dockerfile.user or your custom Dockerfile.

from isaac_ros_common.

hemalshahNV avatar hemalshahNV commented on June 12, 2024

We've pushed out updated Isaac ROS Dev base image with the new GPG key. Please try again when you can with the prebuilt image and let us know if you still have any issues.

from isaac_ros_common.

ikhann avatar ikhann commented on June 12, 2024

We've pushed out updated Isaac ROS Dev base image with the new GPG key. Please try again when you can with the prebuilt image and let us know if you still have any issues.

Hi!
Yes, now everything is perfect. I don't have any errors.
Thank you!

from isaac_ros_common.

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.