diff --git a/Earthfile b/Earthfile index d2b3b77..3971454 100644 --- a/Earthfile +++ b/Earthfile @@ -5,7 +5,7 @@ ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:v2.3.2 ARG IMAGE_REPOSITORY=quay.io/kairos ARG LUET_VERSION=0.34.0 -ARG GOLINT_VERSION=v1.52.2 +ARG GOLINT_VERSION=v1.55.2 ARG GOLANG_VERSION=1.21 ARG RKE2_VERSION=latest diff --git a/main.go b/main.go index 19a6c69..4c9c346 100644 --- a/main.go +++ b/main.go @@ -105,7 +105,6 @@ func clusterProvider(cluster clusterplugin.Cluster) yip.YipConfig { importStage = yip.Stage{ Commands: []string{ - "chmod +x /opt/import.sh", fmt.Sprintf("/bin/sh /opt/rke2/scripts/import.sh %s > /var/log/import.log", cluster.LocalImagesPath), }, If: fmt.Sprintf("[ -d %s ]", cluster.LocalImagesPath),