From b8517af210d36718ee4b28167e7efa559330bb96 Mon Sep 17 00:00:00 2001 From: Nuno Aguiar Date: Tue, 20 Aug 2024 18:48:52 +0000 Subject: [PATCH] chore: Update Dockerfile and getVersions.yaml --- Dockerfile | 2 +- welcome.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05d3dad6..d3ffcdce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,7 +79,7 @@ RUN echo "source <(crictl completion bash)" >> /etc/bash/start.sh\ # && rm -rf output\ # && rm dive.tar COPY dive_linux_* /usr/bin -RUN if [ "`uname -m" = "x86_64" ]; then \ +RUN if [ "`uname -m`" = "x86_64" ]; then \ mv /usr/bin/dive_linux_amd64 /usr/bin/dive; \ rm /usr/bin/dive_linux_arm64; \ else \ diff --git a/welcome.txt b/welcome.txt index f0951536..31b670ce 100644 --- a/welcome.txt +++ b/welcome.txt @@ -6,3 +6,4 @@ For image deploy usage type & execute 'usage-help', for examples 'examples-help' See more in https://github.com/nmaguiar/imgutils +