feat: init
This commit is contained in:
commit
2a9fb62d0b
3 changed files with 32 additions and 0 deletions
15
Dockerfile
Normal file
15
Dockerfile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
FROM docker.io/alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
|
||||
|
||||
RUN apk add --no-cache \
|
||||
coreutils \
|
||||
bash \
|
||||
gettext \
|
||||
ca-certificates \
|
||||
curl \
|
||||
jq \
|
||||
yq \
|
||||
wget \
|
||||
openssl \
|
||||
kubectl
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue