feat: add keploy-ci-azurecli image for Azure Blob Storage uploads#16
Merged
Yogeshjindal merged 4 commits intomainfrom Apr 16, 2026
Merged
feat: add keploy-ci-azurecli image for Azure Blob Storage uploads#16Yogeshjindal merged 4 commits intomainfrom
Yogeshjindal merged 4 commits intomainfrom
Conversation
Adds a new CI image based on mcr.microsoft.com/azure-cli:latest with tar and gzip, mirroring the existing keploy-ci-awscli pattern. Registers it in both the build-check and publish workflows. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a new keploy-ci-azurecli Docker image (Azure CLI + tar/gzip) intended for Azure Blob Storage artifact uploads, and wires it into existing CI build/publish workflows alongside the existing AWS CLI image.
Changes:
- Introduces
keploy-ci-azurecliimage built from the Azure CLI base image withtarandgzipinstalled. - Registers the new image in the tag-based publish workflow for multi-arch builds.
- Registers the new image in the PR/push Docker build-check workflow for both amd64 and arm64.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
keploy-ci-azurecli/Dockerfile |
Adds a new Azure CLI-based CI image and installs tar/gzip. |
.github/workflows/publish.yml |
Adds keploy-ci-azurecli to the multi-arch publish matrix. |
.github/workflows/docker-build.yml |
Adds keploy-ci-azurecli to the amd64/arm64 CI build matrix. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mcr.microsoft.com/azure-cli:latest is CBL-Mariner based, not Alpine. Replace apk with tdnf (the CBL-Mariner package manager). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pinning to the Alpine variant guarantees apk is available and avoids future OS switches from mcr.microsoft.com/azure-cli:latest. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mcr.microsoft.com/azure-cli:2.64.0-alpine is not a published tag. The official azure-cli image is CBL-Mariner based, so tdnf is the correct package manager. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
officialasishkumar
approved these changes
Apr 16, 2026
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.
Adds a new CI image based on mcr.microsoft.com/azure-cli:latest with tar and gzip, mirroring the existing keploy-ci-awscli pattern. Registers it in both the build-check and publish workflows.