Skip to content

Commit

Permalink
ARM64 build file for bevel-alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
icordoba committed Nov 25, 2024
1 parent 24d99bd commit 12d6367
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions platforms/shared/images/bevel-alpine-ARM64.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Docker image for Bevel alpine utilities
FROM --platform=linux/arm64 alpine

WORKDIR /usr/src

RUN apk add --no-cache curl jq openssl
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.27.0/bin/linux/arm64/kubectl
RUN chmod +x ./kubectl
RUN mv ./kubectl /usr/local/bin

0 comments on commit 12d6367

Please sign in to comment.