How to build Photon OS images using POI - dcasota/photonos-scripts GitHub Wiki

tdnf install -y git docker-buildx systemctl enable docker systemctl start docker

cd $HOME git clone https://github.com/vmware/photon-os-installer cd photon-os-installer/

cd docker docker login docker buildx build -t photon/installer .