[PATCH TEST-ARTEFACTS v2 0/7] Rootfs/argo cleanup and microcode support

Andrew Cooper posted 7 patches 6 months, 2 weeks ago
Failed in applying to current master (apply log)
.gitlab-ci.yml                                | 26 ++++-
containerize                                  |  5 +-
images/alpine/3.18-arm64-base.dockerfile      |  6 ++
images/alpine/3.18-x86_64-base.dockerfile     |  6 ++
...ockerfile => 3.18-x86_64-build.dockerfile} | 35 ++++---
images/alpine/x86_64-rootfs.dockerfile        |  4 -
scripts/alpine-rootfs.sh                      | 95 +++++++++++++++++++
scripts/build-argo.sh                         | 67 +++++++++++++
scripts/build-linux.sh                        |  8 +-
scripts/x86-microcode.sh                      | 42 ++++++++
scripts/x86_64-rootfs-alpine.sh               | 60 ------------
11 files changed, 272 insertions(+), 82 deletions(-)
create mode 100644 images/alpine/3.18-arm64-base.dockerfile
create mode 100644 images/alpine/3.18-x86_64-base.dockerfile
rename images/alpine/{x86_64-build.dockerfile => 3.18-x86_64-build.dockerfile} (51%)
delete mode 100644 images/alpine/x86_64-rootfs.dockerfile
create mode 100755 scripts/alpine-rootfs.sh
create mode 100755 scripts/build-argo.sh
create mode 100755 scripts/x86-microcode.sh
delete mode 100755 scripts/x86_64-rootfs-alpine.sh
[PATCH TEST-ARTEFACTS v2 0/7] Rootfs/argo cleanup and microcode support
Posted by Andrew Cooper 6 months, 2 weeks ago
This series supersedes the others posted.  Only minor changes from before; see
patches for details.

See the companion Xen series for the testing using these new artefacts.

Andrew Cooper (7):
  Rename and adjust x86 containers
  Overhaul how Argo is built and packged
  Rework rootfs generation to make a cpio archive
  Shrink the rootfs substantially
  Adjust directory layout for rootfs.cpio.gz
  Provide an ARM64 rootfs too
  Package microcode for the x86 hardware runners

 .gitlab-ci.yml                                | 26 ++++-
 containerize                                  |  5 +-
 images/alpine/3.18-arm64-base.dockerfile      |  6 ++
 images/alpine/3.18-x86_64-base.dockerfile     |  6 ++
 ...ockerfile => 3.18-x86_64-build.dockerfile} | 35 ++++---
 images/alpine/x86_64-rootfs.dockerfile        |  4 -
 scripts/alpine-rootfs.sh                      | 95 +++++++++++++++++++
 scripts/build-argo.sh                         | 67 +++++++++++++
 scripts/build-linux.sh                        |  8 +-
 scripts/x86-microcode.sh                      | 42 ++++++++
 scripts/x86_64-rootfs-alpine.sh               | 60 ------------
 11 files changed, 272 insertions(+), 82 deletions(-)
 create mode 100644 images/alpine/3.18-arm64-base.dockerfile
 create mode 100644 images/alpine/3.18-x86_64-base.dockerfile
 rename images/alpine/{x86_64-build.dockerfile => 3.18-x86_64-build.dockerfile} (51%)
 delete mode 100644 images/alpine/x86_64-rootfs.dockerfile
 create mode 100755 scripts/alpine-rootfs.sh
 create mode 100755 scripts/build-argo.sh
 create mode 100755 scripts/x86-microcode.sh
 delete mode 100755 scripts/x86_64-rootfs-alpine.sh

-- 
2.39.5