v0.0.1 #1

Merged
merlin merged 3 commits from dev into main 2026-03-08 08:38:25 +00:00
Showing only changes of commit 01c90dbaa7 - Show all commits

View File

@@ -17,7 +17,7 @@ RUN apk add --no-cache nodejs git curl ca-certificates tar\
# rm -rf /tmp/helmfile.tar.gz /tmp/helmfile_extract # rm -rf /tmp/helmfile.tar.gz /tmp/helmfile_extract
# Copy the pre-downloaded helmfile tar.gz file to the image # Copy the pre-downloaded helmfile tar.gz file to the image
COPY helmfile.tar.gz /tmp/helmfile.tar.gz COPY helmfile_1.1.9_linux_amd64.tar.gz /tmp/helmfile.tar.gz
RUN mkdir -p /tmp/helmfile_extract \ RUN mkdir -p /tmp/helmfile_extract \
&& tar -xzf /tmp/helmfile.tar.gz -C /tmp/helmfile_extract \ && tar -xzf /tmp/helmfile.tar.gz -C /tmp/helmfile_extract \
&& find /tmp/helmfile_extract -type f -name helmfile -exec mv {} /usr/local/bin/helmfile \; \ && find /tmp/helmfile_extract -type f -name helmfile -exec mv {} /usr/local/bin/helmfile \; \