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 23, 2020
1 parent e295e0b commit 2c9c77a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use the libyui/devel image as the base
FROM registry.opensuse.org/devel/libraries/libyui/containers/libyui-devel:latest
FROM registry.opensuse.org/devel/libraries/libyui/sle-15/sp2/containers/libyui-devel

COPY . /usr/src/app
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#++
require "libyui/rake"

Libyui::Tasks.submit_to :sle15sp2

Libyui::Tasks.configuration do |conf|
# do not check license in qt metadata
conf.skip_license_check << /.*\.qrc/
Expand Down

0 comments on commit 2c9c77a

Please sign in to comment.