Skip to content

Commit

Permalink
Downgraded az cli (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
satr authored Jul 19, 2024
1 parent 4ac9b04 commit edf99bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azure-cli:2.62.0
FROM mcr.microsoft.com/azure-cli:2.55.0
RUN apk add --no-cache git
WORKDIR /radix-image-builder/
COPY build_acr.sh build_acr.sh
Expand Down
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: test build run-test-image
build:
docker build -t radixdev.azurecr.io/radix-image-builder:dev .
docker buildx build --platform linux/arm64 -t radixdev.azurecr.io/radix-image-builder:dev .

test:
rm -f ./test/credentials.json
Expand All @@ -24,3 +24,5 @@ push-dev:

run-test-image:
docker run radixdev.azurecr.io/radix-image-builder-test:1

deploy: build push-dev

0 comments on commit edf99bd

Please sign in to comment.