From bb1468170d4843149b292335befa706b201e6837 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Sun, 11 Feb 2024 20:07:07 +0100 Subject: [PATCH] Containerfiles, add rclone, rsync to toolboxes --- cloud-toolbox/{Dockerfile => Containerfile} | 2 +- gitea-runner/{Dockerfile => Containerfile} | 0 gui-container/{Dockerfile => Containerfile} | 0 rathole/{Dockerfile => Containerfile} | 0 snowflake/{Dockerfile => Containerfile} | 0 system-toolbox/{Dockerfile => Containerfile} | 4 +++- tor/{Dockerfile => Containerfile} | 0 wireguard/{Dockerfile => Containerfile} | 0 zabbix-agent/{Dockerfile => Containerfile} | 0 9 files changed, 4 insertions(+), 2 deletions(-) rename cloud-toolbox/{Dockerfile => Containerfile} (91%) rename gitea-runner/{Dockerfile => Containerfile} (100%) rename gui-container/{Dockerfile => Containerfile} (100%) rename rathole/{Dockerfile => Containerfile} (100%) rename snowflake/{Dockerfile => Containerfile} (100%) rename system-toolbox/{Dockerfile => Containerfile} (95%) rename tor/{Dockerfile => Containerfile} (100%) rename wireguard/{Dockerfile => Containerfile} (100%) rename zabbix-agent/{Dockerfile => Containerfile} (100%) diff --git a/cloud-toolbox/Dockerfile b/cloud-toolbox/Containerfile similarity index 91% rename from cloud-toolbox/Dockerfile rename to cloud-toolbox/Containerfile index 093a5fd..0d27407 100644 --- a/cloud-toolbox/Dockerfile +++ b/cloud-toolbox/Containerfile @@ -6,7 +6,7 @@ ENV HISTSIZE=10000 ENV HISTTIMEFORMAT="%d/%m/%y %T " ENV HISTFILESIZE=20000 -ENV PKGS_BASE="fzf git python3-pip rclone bash-completion kubernetes-client helm golang-sigs-k8s-kustomize" +ENV PKGS_BASE="fzf git python3-pip rclone rsync bash-completion kubernetes-client helm golang-sigs-k8s-kustomize" ENV PKGS_TEMP="python3-devel gcc wget" RUN dnf clean all && \ diff --git a/gitea-runner/Dockerfile b/gitea-runner/Containerfile similarity index 100% rename from gitea-runner/Dockerfile rename to gitea-runner/Containerfile diff --git a/gui-container/Dockerfile b/gui-container/Containerfile similarity index 100% rename from gui-container/Dockerfile rename to gui-container/Containerfile diff --git a/rathole/Dockerfile b/rathole/Containerfile similarity index 100% rename from rathole/Dockerfile rename to rathole/Containerfile diff --git a/snowflake/Dockerfile b/snowflake/Containerfile similarity index 100% rename from snowflake/Dockerfile rename to snowflake/Containerfile diff --git a/system-toolbox/Dockerfile b/system-toolbox/Containerfile similarity index 95% rename from system-toolbox/Dockerfile rename to system-toolbox/Containerfile index 35edad8..c04f89b 100644 --- a/system-toolbox/Dockerfile +++ b/system-toolbox/Containerfile @@ -18,7 +18,9 @@ ENV PKGS_GENERAL="htop \ yt-dlp \ openfortivpn \ conntrack-tools \ - wireguard-tools" + wireguard-tools \ + iotop \ + rsync" ENV PKGS_PROCESSES="procps-ng \ strace" diff --git a/tor/Dockerfile b/tor/Containerfile similarity index 100% rename from tor/Dockerfile rename to tor/Containerfile diff --git a/wireguard/Dockerfile b/wireguard/Containerfile similarity index 100% rename from wireguard/Dockerfile rename to wireguard/Containerfile diff --git a/zabbix-agent/Dockerfile b/zabbix-agent/Containerfile similarity index 100% rename from zabbix-agent/Dockerfile rename to zabbix-agent/Containerfile