From 56bdb16634857712e33c008a2400553625175734 Mon Sep 17 00:00:00 2001 From: "J. Elfring" Date: Fri, 2 Jun 2023 16:41:45 +0200 Subject: [PATCH] toolbox: K8s tools moved to community@edge --- toolbox/Dockerfile | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/toolbox/Dockerfile b/toolbox/Dockerfile index 8585fad..b5a2d69 100644 --- a/toolbox/Dockerfile +++ b/toolbox/Dockerfile @@ -1,30 +1,28 @@ -FROM alpine:latest +FROM alpine:edge LABEL maintainer "J. Elfring " RUN apk add --update --no-cache \ bash \ bind-tools \ - busybox-extras \ - ca-certificates \ + busybox-extras \ + ca-certificates \ curl \ git \ - jq \ - msmtp \ - mysql-client \ - netcat-openbsd \ - openssh-client \ - openssl \ - postgresql-client \ - rsync \ - socat \ - sqlite \ - vim \ - w3m \ - wget - -RUN apk add --update --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ \ helm \ - kubectl + jq \ + kubectl \ + msmtp \ + mysql-client \ + netcat-openbsd \ + openssh-client \ + openssl \ + postgresql-client \ + rsync \ + socat \ + sqlite \ + vim \ + w3m \ + wget ADD assets/profile.d/* /etc/profile.d/ COPY assets/vimrc /etc/vim/vimrc