start-jsk / jsk_apc

Other
36 stars 35 forks source link

Try docker image with latest apt pkgs #2664

Closed pazeshun closed 6 years ago

pazeshun commented 6 years ago

This PR checks if new docker image solves travis failure.

I created a container from docker image wkentaro/jsk_apc:<indigo/kinetic>, executed apt-get update && apt-get dist-upgrade in that container, and committed that container to docker image pazeshun/jsk_apc:<indigo/kinetic>.

If travis test of this PR passes, we just need to update wkentaro/jsk_apc:<indigo/kinetic> manually to pass travis test from now.

wkentaro commented 6 years ago

I see. Please apply the same change to below though I'm not sure adding dist-upgrade is a standard way. Could you add FIXME: https://github.com/start-jsk/jsk_apc/pull/2664 when you change the Dockerfile?

pazeshun commented 6 years ago

I see. Please apply the same change to below though I'm not sure adding dist-upgrade is a standard way.

I created #2665

wkentaro commented 6 years ago

Closed via #2665