put docker image in own folder
This commit is contained in:
3
docker/.hadolint.yaml
Normal file
3
docker/.hadolint.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
ignored:
|
||||
- DL3008 # no need to pin versions
|
||||
- DL3018 # no need to pin versions
|
||||
3
docker/Dockerfile
Normal file
3
docker/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM alpine:3.23
|
||||
|
||||
RUN apk add --no-cache kubectl rclone
|
||||
Reference in New Issue
Block a user