You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to follow the http://knowrob.org/doc/docker to install openease. However, when I build knowrob with ./script/build knowrob. I got following errors:
Step 11/36 : RUN cp /opt/ros/kinetic/setup.sh /etc/profile.d/ros_kinetic.sh && rosdep init
---> Running in 04e937a2d0db
ERROR: cannot download default sources list from: https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list
Website may be down.
The command '/bin/sh -c cp /opt/ros/kinetic/setup.sh /etc/profile.d/ros_kinetic.sh && rosdep init' returned a non-zero code: 4
Building openease/kinetic-knowrob-daemon from /home/robot/docker/scripts/../kinetic/kinetic-knowrob-daemon
Sending build context to Docker daemon 2.56kB
Step 1/9 : FROM openease/kinetic-swi
pull access denied for openease/kinetic-swi, repository does not exist or may require 'docker login'
Can anyone help? e.g. how I can get the replacement of 20-default.list?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to follow the http://knowrob.org/doc/docker to install openease. However, when I build knowrob with ./script/build knowrob. I got following errors:
Step 11/36 : RUN cp /opt/ros/kinetic/setup.sh /etc/profile.d/ros_kinetic.sh && rosdep init
---> Running in 04e937a2d0db
ERROR: cannot download default sources list from:
https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sources.list.d/20-default.list
Website may be down.
The command '/bin/sh -c cp /opt/ros/kinetic/setup.sh /etc/profile.d/ros_kinetic.sh && rosdep init' returned a non-zero code: 4
Building openease/kinetic-knowrob-daemon from /home/robot/docker/scripts/../kinetic/kinetic-knowrob-daemon
Sending build context to Docker daemon 2.56kB
Step 1/9 : FROM openease/kinetic-swi
pull access denied for openease/kinetic-swi, repository does not exist or may require 'docker login'
Can anyone help? e.g. how I can get the replacement of 20-default.list?
Thanks in advance.
The text was updated successfully, but these errors were encountered: