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

feat(Docker): upgrade Azure CLI image #527

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

Gearheads
Copy link
Collaborator

@Gearheads Gearheads commented Jul 19, 2023

What this PR does / why we need it:
This PR will upgrade the version of the Azure CLI image that is being used within the Dockerfile.deps file. This change is needed in order to upgrade the underlying alpine version to 3.17, and might as well upgrade the Azure CLI version.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes # OpenSSL 1.1.1 EOL on 9/11/2023

% docker run -it --rm --entrypoint bash mcr.microsoft.com/azure-cli:2.48.1
2042604ccd87:/# cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.17.3
PRETTY_NAME="Alpine Linux v3.17"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
2042604ccd87:/# openssl version
OpenSSL 3.0.8 7 Feb 2023 (Library: OpenSSL 3.0.8 7 Feb 2023)

@Gearheads Gearheads merged commit 0ec0584 into fidelity:main Jul 20, 2023
14 checks passed
@Gearheads Gearheads deleted the feat/update-azure-cli branch July 20, 2023 17:44
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.

2 participants