mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2024-11-01 02:41:24 +00:00
Neil Hanlon
9009e76f10
* 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
17 lines
470 B
XML
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>
|
|
|