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
21 lines
661 B
XML
21 lines
661 B
XML
<template>
|
|
<name>Rocky-8-Container-8.5.20211114.1.aarch64</name>
|
|
<os>
|
|
<name>Fedora</name>
|
|
<version>20</version>
|
|
<arch>aarch64</arch>
|
|
<install type='url'>
|
|
<url>http://dl.rockylinux.org/stg/rocky/8/BaseOS/aarch64/kickstart/</url>
|
|
</install>
|
|
<icicle>
|
|
<extra_command>rpm -qa --qf '%{NAME},%{VERSION},%{RELEASE},%{ARCH},%{EPOCH},%{SIZE},%{SIGMD5},%{BUILDTIME}
|
|
'</extra_command>
|
|
</icicle>
|
|
</os>
|
|
<description>Rocky-8-Container-8.5.20211114.1.aarch64 OS</description>
|
|
<disk>
|
|
<size>10G</size>
|
|
</disk>
|
|
</template>
|
|
|