mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-31 22:51:41 +00:00
tools: Add packages to alpine base to create a base system
The added packages are necessary to create a base Alpine container image and for converting more packages. Update the versions file to the latest versions Also make the HUB org/registry build time configurable. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
alpine-baselayout
|
||||
alpine-keys
|
||||
apk-tools
|
||||
argp-standalone
|
||||
automake
|
||||
bash
|
||||
@@ -12,6 +15,7 @@ build-base
|
||||
ca-certificates
|
||||
cdrkit
|
||||
cmake
|
||||
cryptsetup
|
||||
curl
|
||||
dhcpcd
|
||||
dosfstools
|
||||
@@ -29,6 +33,7 @@ jq
|
||||
kmod
|
||||
libarchive-tools
|
||||
libc-dev
|
||||
libc-utils
|
||||
libelf-dev
|
||||
libseccomp-dev
|
||||
linux-headers
|
||||
@@ -51,6 +56,7 @@ sfdisk
|
||||
squashfs-tools
|
||||
syslinux
|
||||
tar
|
||||
tini
|
||||
util-linux
|
||||
util-linux-dev
|
||||
vim
|
||||
|
Reference in New Issue
Block a user