sig-cloud-instance-images/templates/tdl-x86_64.xml
Neil Hanlon 9009e76f10
Merge imagefactory into main (#7)
* Build images using imagefactory, spawned by Makefile on Gitlab runners weekly on Sundays at 00:00 UTC
* Add details on creating builds to README
* add package diff script
* Don't include architecture in filename, so that it's easier to make images.. The compressed build artifacts are already named with the architecture
2022-03-14 17:22:26 -04:00

17 lines
470 B
XML

<template>
<name>Rocky-8-Container-8.5.20211114.1.x86_64</name>
<os>
<name>Fedora</name>
<version>26</version>
<arch>x86_64</arch>
<install type='url'>
<url>http://dl.rockylinux.org/stg/rocky/8/BaseOS/x86_64/os/</url>
</install>
</os>
<description>Rocky-8-Container-8.5.20211114.1.x86_64 OS</description>
<disk>
<size>10G</size>
</disk>
</template>