[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [atomic-devel] Atomic including cockpit-bridge?
- From: Colin Walters <walters verbum org>
- To: atomic-devel projectatomic io
- Subject: Re: [atomic-devel] Atomic including cockpit-bridge?
- Date: Thu, 26 Feb 2015 17:31:32 -0500
*zoop, thread necromancy*
On Thu, Dec 4, 2014, at 11:54 AM, Stef Walter wrote:
>
> I'd like to see if we can get part of Cockpit into Atomic proper:
That'd be cool. I am looking at this again because
Fedora 22 Cockpit pulls in PCP which pulls in a world of Perl,
and PCP also has lots of regular files in /var which is incompatible
with the OSTree state model. I'll file bugs at some point, but,
see below:
> * The cockpit-bridge which proxies UI requests to the system
> * The Atomic specific Cockpit UI files
In other words,
--- a/fedora-atomic-docker-host.json
+++ b/fedora-atomic-docker-host.json
@@ -51,7 +51,8 @@
"policycoreutils-python",
"setools-console",
"audit",
- "cockpit",
+ "cockpit-bridge",
+ "cockpit-docker",
"kubernetes", "etcd", "cadvisor",
"flannel",
"docker-io",
?
I had a chance to test this out locally today. I started out with
a F21 Atomic Cloud VM, rebased it to a locally generated F22 tree (which worked btw),
then:
$ sudo docker run --privileged -v /:/host -d stefwalter/cockpit-atomic:wip
$ sudo docker logs ecstatic_kirch
cockpit-run: refusing to run on host with cockpit already installed
$ rpm -q cockpit
package cockpit is not installed
$ rpm -q cockpit-bridge
cockpit-bridge-0.39-1.fc22.x86_64
Is there a newer image you could push?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]