-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trim package imports #15
base: main
Are you sure you want to change the base?
Changes from all commits
21b10ed
3e11ad4
7a89cff
18c40ed
fab43c8
d7d2989
477df25
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,79 +6,48 @@ apparmor | |
apt-transport-https | ||
arptables | ||
auditd | ||
awscli | ||
azure-vm-utils | ||
binutils | ||
bird2 | ||
bsdextrautils | ||
btrfs-progs | ||
bubblewrap | ||
build-essential | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. used by Nvidia installer test container https://github.com/gardenlinux/gardenlinux-nvidia-installer/blob/5708d7e5a7b5d3642465f958e577ee8f0ceaea71/test.Dockerfile#L7 not sure if we need this test.Dockerfile |
||
ca-certificates | ||
ceph | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we should keep this |
||
chrony | ||
cifs-utils | ||
clamav | ||
cloud-guest-utils | ||
cloud-init | ||
conntrack | ||
containerd | ||
containernetworking-plugins | ||
cryptsetup | ||
curl | ||
devscripts | ||
dkms | ||
dnsmasq | ||
dnsutils | ||
docker.io | ||
dosfstools | ||
dracut | ||
dracut-live | ||
dracut-network | ||
dwarves | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would like to have a driver build container with the typical build dependencies installed. Why not some debian container? I would like to install the correct kernel headers for my target Garden Linux (kernel) version. |
||
ebtables | ||
efibootmgr | ||
efi-shell-aa64 | ||
efi-shell-x64 | ||
efitools | ||
ethtool | ||
fatresize | ||
flex | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. for driver build container |
||
gcc | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. for driver build container |
||
gdisk | ||
gettext | ||
git | ||
gnupg | ||
google-compute-engine-oslogin | ||
google-guest-agent | ||
haveged | ||
hdparm | ||
inetutils-ping | ||
ipmitool | ||
iptables | ||
iputils-arping | ||
ipvsadm | ||
isolinux | ||
jq | ||
kernel-wedge | ||
kexec-tools | ||
keyutils | ||
libengine-pkcs11-openssl | ||
libpam-passwdqc | ||
libpam-pwquality | ||
libvirt-clients | ||
libvirt-daemon-system | ||
libxi6 | ||
libxtst6 | ||
linux-base | ||
lsb-release | ||
lsof | ||
lvm2 | ||
lz4 | ||
lzip | ||
lzop | ||
make | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. for driver build container |
||
man-db | ||
mdadm | ||
mstflint | ||
multipath-tools | ||
|
@@ -87,10 +56,7 @@ netcat-openbsd | |
netplan.io | ||
net-tools | ||
nfs-common | ||
nftables | ||
nodejs | ||
npm | ||
nullmailer | ||
numactl | ||
nvme-cli | ||
open-iscsi | ||
|
@@ -101,12 +67,10 @@ openvswitch-switch | |
ostree | ||
ovmf | ||
passt | ||
patchelf | ||
pciutils | ||
pkexec | ||
podman | ||
polkitd | ||
pristine-lfs | ||
python3-apt | ||
python3-cffi-backend | ||
python3-click | ||
|
@@ -121,9 +85,7 @@ python3-systemd | |
qemu-block-extra | ||
qemu-efi-aarch64 | ||
qemu-guest-agent | ||
qemu-system | ||
qemu-utils | ||
quilt | ||
quota | ||
rng-tools5 | ||
rootlesskit | ||
|
@@ -133,16 +95,12 @@ runc | |
sbsigntool | ||
selinux-basics | ||
selinux-policy-default | ||
sg3-utils | ||
sgml-base | ||
shellcheck | ||
slirp4netns | ||
smartmontools | ||
socat | ||
sosreport | ||
sshguard | ||
sssd | ||
strace | ||
sudo | ||
swtpm | ||
#amd64 syslinux | ||
|
@@ -157,8 +115,5 @@ unzip | |
usbutils | ||
usr-is-merged | ||
vim | ||
waagent | ||
wget | ||
xfsprogs | ||
yq | ||
zstd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used by features/azure/pkg.include