Skip to content

Commit

Permalink
fix: Set the Azure image version tag
Browse files Browse the repository at this point in the history
This sets the azure image version tag to the last version that is based on alpine. Newer versions are based on Mariner (which is based on Fedora) so all Features have to be adapted to that.
  • Loading branch information
dploeger committed Sep 4, 2024
1 parent 013a0fc commit 30348e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavour/azure/Dockerfile.flavour
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azure-cli:latest
FROM mcr.microsoft.com/azure-cli:2.63.0

RUN apk add sudo bash curl && \
echo "cloudcontrol ALL=(root)NOPASSWD:/sbin/apk *" > /etc/sudoers.d/cloudcontrol && \
Expand Down

0 comments on commit 30348e9

Please sign in to comment.