travismsmith / al2023-local

Script for downloading latest AL2023 disk image and converting to VMDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Linux 2023 Local

.github/workflows/build.yaml

Description

Script for downloading the latest Amazon Linux 2023 image and converting it from qcow2 to vmdk.

Running in docker

Run the run-docker.sh script to download and convert the latest image using a docker image. The host OS must have docker installed.

Running locally

Run the run-local.sh script to download and convert the latest image using the host OS. The host OS must have qemu-img and curl installed.

About

Script for downloading latest AL2023 disk image and converting to VMDK

License:MIT License


Languages

Language:Shell 93.1%Language:Dockerfile 6.9%