Skip to content

Add ModelPack created annotation to manifests#1164

Open
gnanirahulnutakki wants to merge 1 commit intokitops-ml:mainfrom
gnanirahulnutakki:codengr/oss-kitops-1138
Open

Add ModelPack created annotation to manifests#1164
gnanirahulnutakki wants to merge 1 commit intokitops-ml:mainfrom
gnanirahulnutakki:codengr/oss-kitops-1138

Conversation

@gnanirahulnutakki
Copy link
Copy Markdown

Closes #1138

This adds org.opencontainers.image.created to ModelPack manifests only, and it reuses the same CreatedAt value already emitted into the ModelPack config instead of minting a second timestamp at manifest creation time. That keeps the manifest aligned with the existing ModelPack metadata while leaving KitFormat behavior unchanged.

Validation:

  • go test ./pkg/lib/filesystem -run TestCreateManifest
  • go build ./...
  • go generate ./... (completed locally; the harness UI generator emitted pnpm warnings in this environment but produced no tracked source changes)

Signed-off-by: Gnani Rahul <gnutakki@radiantlogic.com>
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.

Set org.opencontainers.image.created annotation on ModelKit manifests

1 participant