[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [atomic-devel] [PATCH] Drop @standard, add more custom package set
- From: Colin Walters <walters verbum org>
- To: Matthew Miller <mattdm mattdm org>
- Cc: atomic-devel projectatomic io
- Subject: Re: [atomic-devel] [PATCH] Drop @standard, add more custom package set
- Date: Tue, 15 Jul 2014 11:31:19 -0400
On Tue, Jul 15, 2014, at 10:36 AM, Matthew Miller wrote:
>
> Until we get the ability add on to the base or run privledged utility
> containers, it would be nice to throw in some diagnostic tools -- strace,
> tcpdump, lsof, for example.
Yeah, makes sense. I've been scp'ing the strace binary from other
machines into /usr/local/bin, but agreed for now, let's just toss it in.
Updated patch attached; concretely I added:
+ "strace", "lsof", "tcpdump", "nmap-ncat",
From 8e69dcd66f941f9d87a45a6f5776e2f9ce969cd2 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters verbum org>
Date: Sun, 13 Jul 2014 18:48:42 -0400
Subject: [PATCH] Drop @standard, add more custom package set
There are a few large dependency chains here in @standard into libX11
and such, mostly starting from abrt.
---
fedora-atomic-server-docker-host.json | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/fedora-atomic-server-docker-host.json b/fedora-atomic-server-docker-host.json
index 9678183..5580b10 100644
--- a/fedora-atomic-server-docker-host.json
+++ b/fedora-atomic-server-docker-host.json
@@ -3,7 +3,20 @@
"ref": "fedora-atomic/rawhide/x86_64/server/docker-host",
- "packages": ["@standard", "cockpit", "geard", "docker-io"],
+ "packages": ["tar",
+ "rsync",
+ "man-db",
+ "man-pages",
+ "bash-completion",
+ "tmux",
+ "git",
+ "strace", "lsof", "tcpdump", "nmap-ncat",
+ "policycoreutils-python",
+ "setools-console",
+ "audit",
+ "cockpit",
+ "geard",
+ "docker-io"],
"units": ["docker.socket", "geard.service", "cockpit.socket"]
}
--
1.8.3.1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]