Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Docker base image’s pinned tool/package versions and adjusts build steps to improve reproducibility and fix known build-layer issues (timezone setup, error handling during cleanup).
Changes:
- Bumped pinned runtime tool versions (Azure CLI, pip, yq, Google Cloud CLI).
- Refreshed Ubuntu package pins (notably tzdata) and switched vim package pin to
vim-nox. - Made timezone configuration idempotent and tightened failure behavior in the Azure CLI venv cleanup step.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3e0494e to
8753c83
Compare
8753c83 to
04ad50e
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Dependency Upgrades
Azure CLI:2.84.0->2.85.0pip:25.3->26.0.1yq:4.52.4->4.53.2Google Cloud SDK:561.0.0->565.0.0tzdata:2025b-3ubuntu1.1->2026a-0ubuntu0.25.10.1vim:2:9.1.0967-1ubuntu6.1->2:9.1.0967-1ubuntu6.2Validation
CodeQL and Linter Analysis: passedDocker Ops: currently blocked before build by Docker Hub auth in CI