Skip to content

Commit

Permalink
Merge pull request #2637 from icordoba/main
Browse files Browse the repository at this point in the history
ARM64 build file for bevel-alpine image
  • Loading branch information
sownak authored Dec 2, 2024
2 parents 24d99bd + ba0fa2f commit d8121b4
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

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: containerImage not pinned by hash
Remediation tip: pin your Docker image by updating alpine to alpine@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3
Click Remediation section below for further remediation help

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 d8121b4

Please sign in to comment.