Skip to content

Instantly share code, notes, and snippets.

@daviddavis
Created April 21, 2015 17:45
Show Gist options
  • Select an option

  • Save daviddavis/cc75b12ea15a72bb1057 to your computer and use it in GitHub Desktop.

Select an option

Save daviddavis/cc75b12ea15a72bb1057 to your computer and use it in GitHub Desktop.
# Dockerfile sat6-client
FROM registry.access.redhat.com/rhel7
RUN rpm -Uvh http://prometheus.usersys.redhat.com/pub/katello-ca-consumer-latest.noarch.rpm
RUN subscription-manager register --org=DOrg --activationkey=zookey || true
RUN rpm -Uvh https://fedorapeople.org/groups/katello/releases/yum/nightly/client/RHEL/7Server/x86_64/katello-client-repos-2.3.0-2.el7.noarch.rpm
RUN rpm -Uvh http://download-i2.fedoraproject.org/pub/epel/7/x86_64/p/python-isodate-0.5.0-3.el7.noarch.rpm
RUN yum install -y katello-agent shark stork walrus
RUN curl -S https://gist.githubusercontent.com/daviddavis/fdc8152f7f23c7d916b7/raw/1e1e9b16262a35ccded945f0026d8daede7e6033/update_packages.py | python
CMD /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment