chore: add kagenti publish workflow for gateway image#3
Merged
Conversation
Adds .github/workflows/publish.yml that builds the gateway target from deploy/docker/Dockerfile.images and pushes to ghcr.io/kagenti/openshell/gateway on merge to main/mvp, tag push, or manual dispatch. Tag strategy matches kagenti/kagenti build.yaml: - version tag (v0.1.0) on tag push - branch-sha (main-sha-abc1234) on branch push - latest on tag, main merge, or manual dispatch Part of kagenti/kagenti#1356 Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
This was referenced Apr 29, 2026
pdettori
added a commit
to kagenti/kagenti
that referenced
this pull request
Apr 30, 2026
- Add openshell: stanza to charts/kagenti/values.yaml with image refs for gateway, compute-driver, and credentials-driver (ghcr.io/kagenti/) - Add scripts/openshell/build-images.sh for local dev iteration (docker build + kind load, not required for deployment) The publish workflows that push these images are added in separate PRs: - kagenti/OpenShell#3 (gateway) - kagenti/openshell-driver-openshift#2 (compute driver) - kagenti/openshell-credentials-keycloak#2 (credentials driver) Closes #1356 Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/publish.ymlthat builds thegatewaytarget fromdeploy/docker/Dockerfile.imagesghcr.io/kagenti/openshell/gatewayon merge to main/mvp,v*tag push, or manual dispatchlinux/amd64,linux/arm64Context
Part of kagenti/kagenti#1356 — publish forked OpenShell images to ghcr.io via GitHub Actions.
Test plan
workflow_dispatchand verify image appears atghcr.io/kagenti/openshell/gateway:latestdocker buildx imagetools inspect ghcr.io/kagenti/openshell/gateway:latestmvp-sha-<short>