From 82101b4e8eeef12c84cbea16ca0bfef75ecf3b52 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 3 May 2016 11:09:12 -0400 Subject: [PATCH] init: pull cockpit from the rhel7 registry --- libexec/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/init b/libexec/init index 5f2f115..066117f 100755 --- a/libexec/init +++ b/libexec/init @@ -144,8 +144,8 @@ bottom_pane() { fi rc=0 - (atomic install cockpit/ws && - atomic run cockpit/ws) || rc=$? + (atomic install registry.access.redhat.com/rhel7/cockpit-ws && + atomic run registry.access.redhat.com/rhel7/cockpit-ws) || rc=$? echo $rc > /run/atomic-devmode-cockpit.rc journalctl -f } -- 2.13.0