Skip to content
Snippets Groups Projects

Use custom docker image no docker base image

Merged Jon Azpiazu requested to merge use-custom-docker-image-no-docker-base-image into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -23,7 +23,7 @@ industrial_ci_kinetic:
variables:
ROS_DISTRO: kinetic
ROS_PARALLEL_JOBS: "-j2" # keep this for now, since there seems to be memory limit issues in the ci VM
BEFORE_SCRIPT: "wget -O - https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/add-deb-sources/scripts/add-deb-sources.bash | bash"
DOCKER_BASE_IMAGE: "tecnalia-robotics.artifact.tecnalia.com/test-robotics/flexbotics-base-devel"
when: always
##########################################################
Loading