Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azure-cli:improve-package-layout #46866

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

firecube-oss
Copy link

@firecube-oss firecube-oss commented Mar 15, 2025

Fixes:

  • Running az command in the wolfi-base container raises warnings about futures and other incompatibilities

image

  • This is most like due to the fact it's been run under python 3.13 rather than a supported python run-times
  • az is also the command but not the name of the project
  • I burnt some time trying to install azure-cli and having both az and azure-cli should help people find it
  • I am leaning towards an expand and contract pattern. Rather than deprecating az entirely... let's use both and remove in a future PR

Related:

Pre-review Checklist

For package updates (renames) in the base images

When updating packages part of base images (i.e. cgr.dev/chainguard/wolfi-base or ghcr.io/wolfi-dev/sdk)

  • REQUIRED cgr.dev/chainguard/wolfi-base and ghcr.io/wolfi-dev/sdk images successfully build
  • REQUIRED cgr.dev/chainguard/wolfi-base and ghcr.io/wolfi-dev/sdk contain no obsolete (no longer built) packages
  • Upon launch, does apk upgrade --latest successfully upgrades packages or performs no actions

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.

1 participant