parent
044b8da55a
commit
759617c9c0
288 changed files with 13040 additions and 1 deletions
17
bots/images/scripts/rhel-atomic.setup
Executable file
17
bots/images/scripts/rhel-atomic.setup
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
# subscribe
|
||||
subscription-manager register --auto-attach --username=`cat ~/.rhel/login` --password=`cat ~/.rhel/pass`
|
||||
rm -rf ~/.rhel
|
||||
trap "subscription-manager unregister" EXIT
|
||||
|
||||
# HACK: docker falls over regularly, print its log if it does
|
||||
systemctl start docker || journalctl -u docker
|
||||
|
||||
docker pull rhel7/support-tools
|
||||
docker pull registry.access.redhat.com/rhel7/pod-infrastructure:latest
|
||||
docker pull registry.access.redhat.com/rhel7/cockpit-ws
|
||||
docker tag registry.access.redhat.com/rhel7/cockpit-ws cockpit/ws
|
||||
/var/lib/testvm/atomic.setup
|
||||
Loading…
Add table
Add a link
Reference in a new issue