Features/oci image #157
Reference in New Issue
Block a user
No description provided.
Delete Branch "features/oci-image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request introduces a new workflow for building and publishing OCI images, updates documentation and configuration files, and fixes minor typos and formatting issues. Below is a breakdown of the most important changes:
New Workflow for OCI Image Building:
.github/workflows/build-oci.yaml) to build and push OCI images on release events. This includes steps for repository checkout, container registry login, QEMU setup, Docker Buildx setup, and building/pushing the image.see #153
Containerfile for OCI Image:
Containerfile(oci/katenary/Containerfile) to build thekatenarybinary using Go and package it into a minimal container image. The image includes metadata labels and sets up/projectas the working directory.Documentation Updates:
dependencies.mdby correcting "docker copose" to "docker compose."README.mdby changing "this valuse" to "this values."Configuration Enhancements:
.markdownlint.yamlto add a rule for list indentation (MD007) with an indent level of 4.