Skip to content
Snippets Groups Projects

Use custom docker image no docker base image

2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -19,10 +19,12 @@ industrial_ci_kinetic:
@@ -19,10 +19,12 @@ industrial_ci_kinetic:
before_script:
before_script:
- apk add --update bash coreutils tar
- apk add --update bash coreutils tar
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
 
- docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
script: .ci_config/gitlab.sh
script: .ci_config/gitlab.sh
variables:
variables:
ROS_DISTRO: kinetic
ROS_DISTRO: kinetic
ROS_PARALLEL_JOBS: "-j2" # keep this for now, since there seems to be memory limit issues in the ci VM
ROS_PARALLEL_JOBS: "-j2" # keep this for now, since there seems to be memory limit issues in the ci VM
 
DOCKER_IMAGE: "tecnalia-robotics.artifact.tecnalia.com/test-robotics/flexbotics-base-devel"
when: always
when: always
##########################################################
##########################################################
Loading