blob: 7ca28cdec743586f60d937872f733cbe805119d5 [file] [log] [blame]
Ash Wilson3f4465f2016-01-30 16:34:53 -08001os: linux
2env: DOCKERFILE=Ubuntu14.docker IMGNAME=ubu-grgsm SRC_IMGNAME=ubuntu:14.04
Ash Wilson3f4465f2016-01-30 16:34:53 -08003services:
4 -docker
Ash Wilson628cf3b2016-01-30 14:13:08 -08005
Ash Wilson96a56b42016-01-30 15:13:13 -08006before_install:
Ash Wilson45e4c852016-01-30 16:12:21 -08007 - cat $DOCKERFILE | sed -e 's/SOURCE_IMAGE_NAME/$SRC_IMGNAME/g' > Dockerfile
Ash Wilson119935b2016-01-30 16:19:19 -08008 - docker build -t $IMGNAME .
Ash Wilson96a56b42016-01-30 15:13:13 -08009
10script:
Ash Wilson119935b2016-01-30 16:19:19 -080011 - docker run -it --rm $IMGNAME /build_test_scripts/decode.sh