-
Notifications
You must be signed in to change notification settings - Fork 152
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Ref KF community meeting 2024-02-27
We note the KF community feedback suggesting to make use of GitHub Container Registry (part of "GitHub Packages") for publishing Container Images using GitHub Actions. Eventually, GH CR images can be synced to DockerHub https://hub.docker.com/u/kubeflow by raising request to KF community.
This issue tracks steps required to enable Container Image production and publication, similarly to what was available in ODH+Quay.
Acceptance criteria:
- ensure this GHA works as expected: https://github.com/kubeflow/model-registry/blob/main/.github/workflows/build-image-pr.yml
- modify this GHA and related script to publish with _ dockerhub Container Registry as needed: https://github.com/kubeflow/model-registry/blob/main/.github/workflows/build-image-pr.yml
(this GHA and related script at the time of writing were used to publish to Quay) - re-enable this workflow: https://github.com/kubeflow/model-registry/actions/workflows/build-and-push-image.yml
- verify Container Image get published in Container Registry
Stretch goals:
- modify Docker file, makefile, etc to account for cross-platform build (see comment for examples)
- ask KF community leads to enable sync from GH CR to DockerHub for model-registry
lampajr and tariq-hasan
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers