Skip to content

Commit

Permalink
PE:4813: use alpine from gcr.io instead of docker.io (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiyush17 authored Aug 6, 2024
1 parent 61ad9fd commit f5dd8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ kairos-agent:
SAVE ARTIFACT /usr/bin/kairos-agent /kairos-agent

install-k8s:
FROM --platform=linux/${ARCH} alpine:3.19
FROM --platform=linux/${ARCH} $ALPINE_IMG
COPY +luet/luet /usr/bin/luet

IF [ "$K8S_DISTRIBUTION" = "kubeadm" ] || [ "$K8S_DISTRIBUTION" = "kubeadm-fips" ]
Expand Down

0 comments on commit f5dd8d6

Please sign in to comment.