restructure initialization (#1816)

* reorder enabling of systemd-resolved

* set dns at end

* don't disable interfaces

* let networkmanager manage ifupdown

* restructure initialization

* use pigz when available

* cleanup

* fetch key before adding registry

* fix build

* update patch-db

* fix build

* fix build

* wait for network reinit

* add dynamic wait for up to 60s for network to reinit
This commit is contained in:
Aiden McClelland
2022-09-22 11:40:36 -06:00
committed by GitHub
parent 28f9fa35e5
commit c728f1a694
13 changed files with 449 additions and 198 deletions

1
system-images/binfmt/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
binfmt.tar

View File

@@ -0,0 +1 @@
FROM tonistiigi/binfmt

View File

@@ -0,0 +1,6 @@
.DELETE_ON_ERROR:
all: binfmt.tar
binfmt.tar: Dockerfile
DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build --tag start9/x_system/binfmt --platform=linux/arm64 -o type=docker,dest=binfmt.tar .