From 5cb7a381cea2d7eb94f21a7aefe8b47d95ffc15c Mon Sep 17 00:00:00 2001 From: Thomas Deutsch Date: Mon, 31 May 2021 16:55:15 +0200 Subject: [PATCH 1/2] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65f7fcf..70f24e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ on: - cron: "0 13 * * 1" env: - PLATFORMS: "linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64" # Build for which platforms + PLATFORMS: "linux/amd64,linux/arm/v7,linux/arm64" # Build for which platforms IMAGENAME: "quay.io/tdeutsch/debugcontainer" # Name of the image DEFAULT_TAG: "edge" # Which tag is beeing used if we are building for master/main branch QUAY_USER: "tdeutsch" # Which user to use to login to quay.io From 9dc665eeb3ec2ffdbd1998c3b1092fb62fe88c62 Mon Sep 17 00:00:00 2001 From: Thomas Deutsch Date: Mon, 31 May 2021 16:56:40 +0200 Subject: [PATCH 2/2] Update Dockerfile normal community --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8324656..30153f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,7 +84,7 @@ RUN chmod +x /scripts/* \ which \ fio \ ioping \ - k9s@edgecommunity \ + k9s \ openssh-client \ && wget -q -O /bin/speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py \ && chmod +x /bin/speedtest-cli \