We now build and publish all images using the Open Build Service: https://build.opensuse.org/project/subprojects/systemsmanagement:sumaform
This repo hosts OS images tailored for the sumaform project.
Images are built on CircleCI and hosted on GitHub.
.circleci/Dockerfiledefines the container CircleCI uses to build the images. Currently it is based on HashiCorp Packer's container plus the ghr GitHub release upload tool.circleci/config.ymldefines two CircleCI workflows: one for light syntax checking, run at every commit, and one for releases where the images are actually built*.jsonfiles are Packer descriptors, one per image to buildhttpcontains Kickstart data which is used to install base images by Packer during buildscriptscontains shell scripts to customize images after install