Skip to content

Embed OCI metadata, switch to debian13 base#178

Merged
jamals86 merged 1 commit intomainfrom
feature/vector-search
Mar 15, 2026
Merged

Embed OCI metadata, switch to debian13 base#178
jamals86 merged 1 commit intomainfrom
feature/vector-search

Conversation

@jamals86
Copy link
Copy Markdown
Collaborator

Add OCI image metadata and wire CI build args/outputs so built images include provenance and version info. .github/workflows/release.yml: set DOCKER_IMAGE_SOURCE and DOCKER_IMAGE_CREATED outputs, emit them to GITHUB_OUTPUT, and pass OCI_* build-args (version, revision, created, source, URL, documentation, authors, vendor, licenses) into multi-arch builds. docker/build/Dockerfile.prebuilt: switch distroless base to debian13 for newer glibc compatibility, add ARGs for OCI metadata and apply them as org.opencontainers.image.* LABELs. docker/build/test-docker-image.sh: update container test to run via busybox sh to ensure the test runs in the distroless runtime. These changes improve image metadata, provenance, and runtime compatibility.

Add OCI image metadata and wire CI build args/outputs so built images include provenance and version info. .github/workflows/release.yml: set DOCKER_IMAGE_SOURCE and DOCKER_IMAGE_CREATED outputs, emit them to GITHUB_OUTPUT, and pass OCI_* build-args (version, revision, created, source, URL, documentation, authors, vendor, licenses) into multi-arch builds. docker/build/Dockerfile.prebuilt: switch distroless base to debian13 for newer glibc compatibility, add ARGs for OCI metadata and apply them as org.opencontainers.image.* LABELs. docker/build/test-docker-image.sh: update container test to run via busybox sh to ensure the test runs in the distroless runtime. These changes improve image metadata, provenance, and runtime compatibility.
@jamals86 jamals86 merged commit d192560 into main Mar 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant