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 thekatenary
binary using Go and package it into a minimal container image. The image includes metadata labels and sets up/project
as the working directory.Documentation Updates:
dependencies.md
by correcting "docker copose" to "docker compose."README.md
by changing "this valuse" to "this values."Configuration Enhancements:
.markdownlint.yaml
to add a rule for list indentation (MD007
) with an indent level of 4.