Skip to content

Commit

Permalink
Release 4.1.0 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard authored Aug 10, 2022
1 parent 15ddfdf commit 9e89fe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions images/Dockerfile.suseLeap42
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
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]',
Expand Down

0 comments on commit 9e89fe4

Please sign in to comment.