Skip to content

Commit

Permalink
Merge pull request #32 from libyui/obs_docker_image
Browse files Browse the repository at this point in the history
Use the OBS Docker image
  • Loading branch information
lslezak authored May 6, 2020
2 parents 4868f5a + b40efad commit 7b51e26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ before_install:
script:
# the "libyui-travis" script is included in the base libyui/devel image
# see https://github.com/libyui/docker-devel/blob/master/libyui-travis
- docker run -it libyui-rake-image rubocop
- docker run -it libyui-rake-image libyui-travis
- docker run -it --privileged libyui-rake-image rubocop
- docker run -it --privileged libyui-rake-image libyui-travis
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use the libyui/devel image as the base
FROM libyui/devel
# Use the libyui-devel image as the base
FROM registry.opensuse.org/devel/libraries/libyui/containers/libyui-devel:latest

COPY . /usr/src/app

0 comments on commit 7b51e26

Please sign in to comment.