Skip to content

Automates the publication of OS images as OCI artifacts

License

Notifications You must be signed in to change notification settings

ironcore-dev/os-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

os-images

REUSE status GitHub License PRs Welcome

Overview

The os-images repository specializes in automating the release and publication of Operating System (OS) image artifacts as OCI (Open Container Initiative) images. This project streamlines the process of pushing these OS images to the project's GitHub Container Registry (ghcr.io) via GitHub Actions.

Workflow

The GitHub Actions workflow triggers on pushes to the main branch and performs the following tasks:

  • Download and Extract OS Artifact: Automates the process of downloading and extracting specified OS artifacts.
  • Prepare and Push Images with ORAS: Pushes the prepared OS images to ghcr.io, tagging each with its specific version and also as latest.

Configuration

The configuration for OS artifacts is managed through the os_image_artifacts.yml file located in the .github directory.

Example Configuration

gardenlinux_artifact_url: <URL_TO_GARDENLINUX_ARTIFACT>
# Additional OS configurations can be added here.

Contributing

Contributions to enhance and broaden the scope of the os-images project are encouraged. Please ensure all changes are well-tested before submission.

License

This project is licensed under the Apache License 2.0.

About

Automates the publication of OS images as OCI artifacts

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks