Skip to content

Commit 8c34a40

Browse files
authored
fixed docker commands (#390)
Signed-off-by: Jonsy13 <[email protected]>
1 parent a23296b commit 8c34a40

File tree

18 files changed

+18
-18
lines changed
  • custom
    • argo-server/buildscripts
    • argo-workflow-controller/buildscripts
    • argo-workflow-executor/buildscripts
    • curl/buildscripts
    • hardened-alpine
      • experiment/buildscripts
      • infra/buildscripts
    • k8s/buildscripts
    • litmus-checker/buildscripts
    • litmus-helm-agent/buildscripts
    • litmusctl/buildscripts
    • mongo/buildscripts
    • mongo-utils/buildscripts
    • workflow-helper
      • app-checker/buildscripts
      • app-deployer/buildscripts
      • app-qps-test/buildscripts
      • postgres-helper
        • jmeter/buildscripts
        • load-test/buildscripts
      • redis-helper/load-gen/buildscripts

18 files changed

+18
-18
lines changed

custom/argo-server/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/argocli:v2.11.0 .
8+
docker buildx build -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/argocli:v2.11.0 .
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/argocli:v2.11.0 to docker hub";
1111
fi;

custom/argo-workflow-controller/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/workflow-controller:v3.3.1 .
8+
docker buildx build -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/workflow-controller:v3.3.1 .
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/workflow-controller:v3.3.1 to docker hub";
1111
fi;

custom/argo-workflow-executor/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/argoexec:v3.3.1 .
8+
docker buildx build -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/argoexec:v3.3.1 .
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/argoexec:v3.3.1 to docker hub";
1111
fi;

custom/curl/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/curl:latest .
8+
docker buildx build -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/curl:latest .
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/curl:latest to docker hub";
1111
fi;

custom/hardened-alpine/experiment/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
7-
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --build-arg LITMUS_VERSION=2.10.0 --tag litmuschaos/experiment-alpine:latest
7+
docker buildx build . -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --build-arg LITMUS_VERSION=2.10.0 --tag litmuschaos/experiment-alpine:latest
88
else
99
echo "No docker credentials provided. Skip uploading litmuschaos/experiment-alpine:latest to docker hub";
1010
fi;

custom/hardened-alpine/infra/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
7-
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/infra-alpine:latest
7+
docker buildx build . -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/infra-alpine:latest
88
else
99
echo "No docker credentials provided. Skip uploading litmuschaos/infra-alpine:latest to docker hub";
1010
fi;

custom/k8s/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/k8s:latest .
8+
docker buildx build -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/k8s:latest .
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/k8s:latest to docker hub";
1111
fi;

custom/litmus-checker/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-checker:latest
8+
docker buildx build . -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-checker:latest
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/litmus-checker:latest to docker hub";
1111
fi;

custom/litmus-helm-agent/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-helm-agent:latest
8+
docker buildx build . -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-helm-agent:latest
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/litmus-helm-agent:latest to docker hub";
1111
fi;

custom/litmusctl/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmusctl:latest .
8+
docker buildx build -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmusctl:latest .
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/litmusctl:latest to docker hub";
1111
fi;

custom/mongo-utils/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ then
66

77
docker login -u "${DNAME}" -p "${DPASS}";
88
#Push to docker hub repository with latest tag
9-
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/mongo-utils:0.1.0 --tag litmuschaos/mongo-utils:latest
9+
docker buildx build . -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/mongo-utils:0.1.0 --tag litmuschaos/mongo-utils:latest
1010
else
1111
echo "No docker credentials provided. Skip uploading litmuschaos/mongo-utils:4.0.5 to docker hub";
1212
fi;

custom/mongo/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/mongo:4.2.8
8+
docker buildx build . -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/mongo:4.2.8
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/mongo:4.2.8 to docker hub";
1111
fi;

custom/workflow-helper/app-checker/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-git-app-checker:latest;
8+
docker buildx build . -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-git-app-checker:latest;
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/litmus-git-app-checker:latest to docker hub";
1111
fi;

custom/workflow-helper/app-deployer/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-app-deployer:latest
8+
docker buildx build . -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-app-deployer:latest
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/litmus-app-deployer:latest to docker hub";
1111
fi;

custom/workflow-helper/app-qps-test/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-qps-cmd:latest
8+
docker buildx build . -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-qps-cmd:latest
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/litmus-qps-cmd:latest to docker hub";
1111
fi;

custom/workflow-helper/postgres-helper/jmeter/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-pg-jmeter:latest
8+
docker buildx build . -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-pg-jmeter:latest
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/litmus-pg-jmeter:latest to docker hub";
1111
fi;

custom/workflow-helper/postgres-helper/load-test/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-pg-load:latest
8+
docker buildx build . -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-pg-load:latest
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/litmus-pg-load:latest to docker hub";
1111
fi;

custom/workflow-helper/redis-helper/load-gen/buildscripts/push

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
55
then
66
docker login -u "${DNAME}" -p "${DPASS}";
77
#Push to docker hub repository with latest tag
8-
docker buildx build . -f Dockerfile --progress plane --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-redis-load:latest
8+
docker buildx build . -f Dockerfile --progress plain --push --no-cache --platform linux/amd64,linux/arm64 --tag litmuschaos/litmus-redis-load:latest
99
else
1010
echo "No docker credentials provided. Skip uploading litmuschaos/litmus-redis-load:latest to docker hub";
1111
fi;

0 commit comments

Comments
 (0)