Skip to content
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

noetic support #108

Open
v4hn opened this issue Apr 2, 2020 · 2 comments
Open

noetic support #108

v4hn opened this issue Apr 2, 2020 · 2 comments

Comments

@v4hn
Copy link

v4hn commented Apr 2, 2020

At the moment, standard usage fails for noetic, because there are not docker containers available yet:

$ git clone -q --depth=1 https://github.com/ros-planning/moveit_ci.git .moveit_ci
$ .moveit_ci/travis.sh
Starting Docker image: moveit/moveit:noetic-ci
docker pull moveit/moveit:noetic-ci
Error response from daemon: manifest for moveit/moveit:noetic-ci not found
The command "docker pull moveit/moveit:noetic-ci" failed with error code 1. 
The command ".moveit_ci/travis.sh" exited with 2.

https://travis-ci.com/github/v4hn/srdfdom/jobs/312340227

I don't know who has permissions to setup these docker images though and what exactly is included there.

@rhaschke
Copy link
Contributor

rhaschke commented Apr 2, 2020

First, we need to wait for a ros-core docker container.
Here is the list of missing packages for this.

@sloretz
Copy link

sloretz commented Apr 2, 2020

Related: osrf/docker_images#395

It looks like this repo might have support for a custom docker image name via an environment variable DOCKER_IMAGE. Maybe a temporary workaround would be to create an image that builds unreleased dependencies from source, and push that to docker hub?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants