[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [atomic-devel] Are we slim yet?
- From: Colin Walters <walters verbum org>
- To: Jon Stanley <jonstanley gmail com>
- Cc: atomic-devel projectatomic io
- Subject: Re: [atomic-devel] Are we slim yet?
- Date: Fri, 07 Nov 2014 13:19:24 -0500
On Thu, Nov 6, 2014, at 01:58 PM, Jon Stanley wrote:
> So for this one, do we even want git in the base image *at all*?
So just to confirm, this attached patch does:
[root icarus fedora-atomic.f21]# rpm-ostree rpm diff --repo=repo fedora-atomic/f21/x86_64/docker-host{^,}
ostree diff commit old: fedora-atomic/f21/x86_64/docker-host^ (1888f7a8d7a40fb7456389cbfd382b11334b4323db24301a086f72a1bf146138)
ostree diff commit new: fedora-atomic/f21/x86_64/docker-host (2d05077c40cac823a7f3d3d811c701cab8c95c5535eba574ba783db3fa2d8967)
Removed:
git-2.1.0-1.fc21.x86_64
libgnome-keyring-3.12.0-4.fc21.x86_64
perl-4:5.18.4-304.fc21.x86_64
perl-Carp-1.33.01-2.fc21.noarch
perl-Encode-1:2.62-3.fc21.x86_64
perl-Error-1:0.17022-2.fc21.noarch
perl-Exporter-5.70-2.fc21.noarch
perl-File-Path-2.09-293.fc21.noarch
perl-File-Temp-0.23.04-2.fc21.noarch
perl-Filter-1:1.50-3.fc21.x86_64
perl-Getopt-Long-2.42-2.fc21.noarch
perl-Git-2.1.0-1.fc21.noarch
perl-HTTP-Tiny-0.043-2.fc21.noarch
perl-Module-CoreList-1:3.13-304.fc21.noarch
perl-PathTools-3.47-3.fc21.x86_64
perl-Pod-Escapes-1:1.04-304.fc21.noarch
perl-Pod-Perldoc-3.23-2.fc21.noarch
perl-Pod-Simple-1:3.28-293.fc21.noarch
perl-Pod-Usage-1.64-1.fc21.noarch
perl-Scalar-List-Utils-1.38-3.fc21.x86_64
perl-Socket-1:2.016-1.fc21.x86_64
perl-Storable-2.51-2.fc21.x86_64
perl-Term-ANSIColor-4.03-2.fc21.noarch
perl-TermReadKey-2.32-2.fc21.x86_64
perl-Text-ParseWords-3.29-6.fc21.noarch
perl-Time-HiRes-1.9726-3.fc21.x86_64
perl-Time-Local-1.2300-292.fc21.noarch
perl-constant-1.27-293.fc21.noarch
perl-libs-4:5.18.4-304.fc21.x86_64
perl-macros-4:5.18.4-304.fc21.x86_64
perl-parent-1:0.228-2.fc21.noarch
perl-podlators-2.5.3-2.fc21.noarch
perl-threads-1:1.92-3.fc21.x86_64
perl-threads-shared-1.46-4.fc21.x86_64
perl-version-3:0.99.09-1.fc21.x86_64
While I think long term git is too critical to not have in the base system, given the depchain I think there's a strong argument to drop it and access it via container. Any objections?
From 03ed9273bdae884fb9b17902ffd4e7babeb52298 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters verbum org>
Date: Fri, 7 Nov 2014 13:15:44 -0500
Subject: [PATCH] manifest: Drop git for now
It pulls in Perl.
See: https://bugzilla.redhat.com/show_bug.cgi?id=1161251
---
fedora-atomic-docker-host.json | 1 -
1 file changed, 1 deletion(-)
diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json
index 2c59af1..55b339a 100644
--- a/fedora-atomic-docker-host.json
+++ b/fedora-atomic-docker-host.json
@@ -12,7 +12,6 @@
"man-pages",
"bash-completion",
"tmux",
- "git",
"strace", "lsof", "tcpdump", "nmap-ncat",
"policycoreutils-python",
"setools-console",
--
1.8.3.1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]