-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
FROM opensuse/leap:42 | ||
|
||
RUN zypper addrepo -c --no-gpgcheck http://download.opensuse.org/repositories/home:/kahowell/openSUSE_Leap_42.2/ subscription-manager | ||
|
||
RUN zypper install -y subscription-manager python-pip make zypp-plugin-python && zypper clean | ||
RUN zypper removerepo 'OSS Update' | ||
RUN zypper clean --all | ||
RUN zypper install -y make python-pip subscription-manager zypp-plugin-python which python-setuptools lsof | ||
|
||
WORKDIR /app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
|
||
setup( | ||
name='katello-host-tools', | ||
version='4.0.1', | ||
version='4.1.0', | ||
description='Libraries and command-line utilities for keeping Katello clients in sync and up to date', | ||
author='The Foreman Project', | ||
author_email='[email protected]', | ||
|