mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
osbuilder: fix alpine agent build
Since we always build musl kata-agent, there is no need to build it inside a musl container. We can just build on the host and then copy the binary to the target rootfs. There are still a lot to clean up and it should be made so for ALL target distros instead of just alpine. But this is at least working for alpine first. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
@@ -114,7 +114,7 @@ assets:
|
||||
description: |
|
||||
Root filesystem disk image used to boot the guest virtual
|
||||
machine.
|
||||
url: "https://github.com/kata-containers/osbuilder"
|
||||
url: "https://github.com/kata-containers/kata-containers/tools/osbuilder"
|
||||
architecture:
|
||||
aarch64:
|
||||
name: "ubuntu"
|
||||
@@ -135,7 +135,7 @@ assets:
|
||||
description: |
|
||||
Root filesystem initrd used to boot the guest virtual
|
||||
machine.
|
||||
url: "https://github.com/kata-containers/osbuilder"
|
||||
url: "https://github.com/kata-containers/kata-containers/tools/osbuilder"
|
||||
architecture:
|
||||
aarch64:
|
||||
name: &default-initrd-name "alpine"
|
||||
@@ -162,16 +162,6 @@ assets:
|
||||
url: "https://gitlab.com/virtio-fs/linux.git"
|
||||
tag: "kata-v5.6-april-09-2020"
|
||||
|
||||
components:
|
||||
description: "Core system functionality"
|
||||
|
||||
agent:
|
||||
description: |
|
||||
Container management service running in the guest virtual machines
|
||||
root context.
|
||||
url: "https://github.com/kata-containers/agent"
|
||||
commit: "6f6e9ecd8aded0783c31968b304a9d6589114363"
|
||||
|
||||
externals:
|
||||
description: "Third-party projects used by the system"
|
||||
|
||||
|
Reference in New Issue
Block a user