Compare commits
No commits in common. "0e8cf5c63aba7f6cf15814a195d9c9f53f2bbaa8" and "3d9e5a96d793281c979b90f0ba32488a22bd233c" have entirely different histories.
0e8cf5c63a
...
3d9e5a96d7
3 changed files with 4 additions and 15 deletions
|
@ -7,22 +7,17 @@ LABEL com.github.containers.toolbox="true" \
|
|||
|
||||
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
||||
|
||||
COPY packages /
|
||||
COPY extra-packages /
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
grep -v '^#' /packages | xargs apk add
|
||||
RUN rm /packages
|
||||
grep -v '^#' /extra-packages | xargs apk add
|
||||
RUN rm /extra-packages
|
||||
|
||||
COPY go-packages /
|
||||
RUN grep -v '^#' /go-packages | xargs -n1 go install
|
||||
RUN rm /go-packages
|
||||
RUN mv /root/go/bin/* /usr/local/bin/
|
||||
|
||||
COPY krew-plugins /
|
||||
RUN grep -v '^#' /krew-plugins | xargs -n1 kubectl krew install
|
||||
RUN rm /krew-plugins
|
||||
RUN mv /root/.krew/bin/* /usr/local/bin/
|
||||
|
||||
RUN ln -fs /bin/sh /usr/bin/sh && \
|
||||
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \
|
||||
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/flatpak && \
|
||||
|
|
|
@ -26,9 +26,9 @@ jq
|
|||
just
|
||||
k9s
|
||||
kakoune
|
||||
kakoune-lsp
|
||||
kubectl
|
||||
kubectl-bash-completion
|
||||
kubectl-krew
|
||||
kubectx
|
||||
kubectx-bash-completion
|
||||
kustomize
|
||||
|
@ -41,8 +41,6 @@ ncurses
|
|||
plocate
|
||||
podman-tui
|
||||
ripgrep
|
||||
cargo
|
||||
rust
|
||||
sad
|
||||
sops
|
||||
speedtest-cli
|
|
@ -1,4 +0,0 @@
|
|||
cilium
|
||||
node-shell
|
||||
popeye
|
||||
rook-ceph
|
Loading…
Reference in a new issue