Skip to content

Commit

Permalink
Get busybox from Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
A1EF committed Dec 5, 2024
1 parent 3f1cec8 commit de7df95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/docker/library/busybox
FROM busybox
RUN wget https://get.helm.sh/helm-v3.10.3-linux-amd64.tar.gz -O- | tar xz && rm linux-amd64/[LR]* && mv /linux-amd64 /tools
RUN wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O /tools/jq && chmod +x /tools/jq
RUN wget https://github.com/mikefarah/yq/releases/download/v4.30.6/yq_linux_amd64 -O /tools/yq && chmod +x /tools/yq
Expand Down

0 comments on commit de7df95

Please sign in to comment.