toolbox: K8s tools moved to community@edge
This commit is contained in:
parent
71091a5cdb
commit
56bdb16634
1 changed files with 17 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:latest
|
||||
FROM alpine:edge
|
||||
LABEL maintainer "J. Elfring <code@elfring.ms>"
|
||||
|
||||
RUN apk add --update --no-cache \
|
||||
|
@ -8,7 +8,9 @@ RUN apk add --update --no-cache \
|
|||
ca-certificates \
|
||||
curl \
|
||||
git \
|
||||
helm \
|
||||
jq \
|
||||
kubectl \
|
||||
msmtp \
|
||||
mysql-client \
|
||||
netcat-openbsd \
|
||||
|
@ -22,10 +24,6 @@ RUN apk add --update --no-cache \
|
|||
w3m \
|
||||
wget
|
||||
|
||||
RUN apk add --update --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ \
|
||||
helm \
|
||||
kubectl
|
||||
|
||||
ADD assets/profile.d/* /etc/profile.d/
|
||||
COPY assets/vimrc /etc/vim/vimrc
|
||||
|
||||
|
|
Reference in a new issue