From e2c735ea9be5188ab40352be1ad3dbd9641bdb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Thu, 24 Aug 2017 15:39:54 +0100 Subject: [PATCH] Switch to yastdevel/ruby docker image --- .travis.yml | 6 +++--- Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2cb0e925f..58958d738 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,6 @@ before_install: - docker build -t yast-installation-image . script: - # the "storage-ng-travis-ruby" script is included in the base yastdevel/storage-ng image - # see https://github.com/yast/docker-storage-ng/blob/master/storage-ng-travis-ruby - - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-installation-image storage-ng-travis-ruby + # the "yast-travis-ruby" script is included in the base yastdevel/ruby image + # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby + - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-installation-image yast-travis-ruby diff --git a/Dockerfile b/Dockerfile index 73b0be3ee..3e6f6ed4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM yastdevel/storage-ng +FROM yastdevel/ruby COPY . /usr/src/app