Skip to content

Commit

Permalink
Adapt Rakefile and Dockerfile for SLE-15-SP2
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Apr 21, 2020
1 parent fb629f2 commit 777b1e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
FROM registry.opensuse.org/yast/sle-15/sp2/containers/yast-ruby
RUN RUBY_VERSION=`rpm --eval '%{rb_default_ruby_abi}'` && \
zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
"rubygem($RUBY_VERSION:ruby-dbus)"
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
@@ -1,5 +1,7 @@
require "yast/rake"

Yast::Tasks.submit_to :sle15sp2

Yast::Tasks.configuration do |conf|
# lets ignore license check for now
conf.skip_license_check << /.*/
Expand Down

0 comments on commit 777b1e6

Please sign in to comment.