Add docker images #5

Merged
allanger merged 21 commits from refs/pull/5/head into main 2023-02-14 21:16:34 +00:00
Showing only changes of commit 08531e7f9c - Show all commits

View File

@ -1,5 +1,5 @@
FROM ghcr.io/allanger/dumb-downloader as builder
RUN apk update && apk add tar
RUN apt-get update -y && apt-get install tar -y
ARG HELM_VERSION=v3.10.3
ARG HELMFILE_VERSION=0.150.0
ENV RUST_LOG=info