hadolint, k3s and kaniko build added (#5)
All checks were successful
build / Dockerfile lint (push) Successful in 6s
build / build (push) Successful in 12s

Reviewed-on: #5
This commit is contained in:
2023-08-22 17:37:35 +02:00
parent 0e17abd1f7
commit 41fd71d826
4 changed files with 45 additions and 36 deletions

View File

@ -1,7 +1,7 @@
# https://hub.docker.com/_/alpine
FROM alpine:latest
FROM alpine:3.18
RUN apk update && \
apk add --no-cache nano mc micro rsync ncdu git curl
ADD ./bin/ /usr/local/bin
COPY ./bin/ /usr/local/bin