Skip to content

Commit

Permalink
ARM64 build file for bevel-alpine image.
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio de Córdoba <icordoba@skios.es>
  • Loading branch information
icordoba authored and suvajit-sarkar committed Dec 10, 2024
1 parent 99e2675 commit c19a221
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 c19a221

Please sign in to comment.