Create a dockerfiles for base a helmfile

This commit is contained in:
Nikolai Rodionov
2023-02-06 22:19:43 +01:00
parent 9e23345df9
commit 6c0a535831
3 changed files with 15 additions and 32 deletions

View File

@ -4,7 +4,6 @@ RUN apk update && apk add --no-cache gcc musl-dev
COPY ./ .
RUN cargo build --release
FROM alpine:3.17.1
COPY --from=builder /src/target/release/cdh /bin/cdh
WORKDIR /workdir