File tree 18 files changed +18
-18
lines changed
argo-workflow-controller/buildscripts
argo-workflow-executor/buildscripts
litmus-checker/buildscripts
litmus-helm-agent/buildscripts
app-deployer/buildscripts
app-qps-test/buildscripts
redis-helper/load-gen/buildscripts
18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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 .
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/argocli:v2.11.0 to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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 .
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/workflow-controller:v3.3.1 to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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 .
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/argoexec:v3.3.1 to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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 .
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/curl:latest to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change 4
4
if [ ! -z " ${DNAME} " ] && [ ! -z " ${DPASS} " ];
5
5
then
6
6
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
8
8
else
9
9
echo " No docker credentials provided. Skip uploading litmuschaos/experiment-alpine:latest to docker hub" ;
10
10
fi ;
Original file line number Diff line number Diff line change 4
4
if [ ! -z " ${DNAME} " ] && [ ! -z " ${DPASS} " ];
5
5
then
6
6
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
8
8
else
9
9
echo " No docker credentials provided. Skip uploading litmuschaos/infra-alpine:latest to docker hub" ;
10
10
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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 .
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/k8s:latest to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/litmus-checker:latest to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/litmus-helm-agent:latest to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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 .
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/litmusctl:latest to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change 6
6
7
7
docker login -u " ${DNAME} " -p " ${DPASS} " ;
8
8
# 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
10
10
else
11
11
echo " No docker credentials provided. Skip uploading litmuschaos/mongo-utils:4.0.5 to docker hub" ;
12
12
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/mongo:4.2.8 to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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;
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/litmus-git-app-checker:latest to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/litmus-app-deployer:latest to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/litmus-qps-cmd:latest to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/litmus-pg-jmeter:latest to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/litmus-pg-load:latest to docker hub" ;
11
11
fi ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ];
5
5
then
6
6
docker login -u " ${DNAME} " -p " ${DPASS} " ;
7
7
# 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
9
9
else
10
10
echo " No docker credentials provided. Skip uploading litmuschaos/litmus-redis-load:latest to docker hub" ;
11
11
fi ;
You can’t perform that action at this time.
0 commit comments