Skip to content

sighupio/generic-container-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Container Images

This repository contains CI and definition files to build and push general-purpose container images.

Please note that these are not the images used by SIGHUP Distribution Modules, even though the repository name could suggest that (see #65). For SKD Modules images refer to: https://github.com/sighupio/container-image-sync

Multi arch images

By default, all images are built for amd64 architecture using the docker build command. If you want to build multi-arch images, you can add the platform property to the image spec as follows:

platforms:
  - linux/arm64
  - linux/amd64

This option will cause the build script to use docker buildx instead.