File tree Expand file tree Collapse file tree 12 files changed +21
-21
lines changed Expand file tree Collapse file tree 12 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1- VERSION ?= 0.7.0-dev
1+ VERSION ?= 0.6.6
22CONTAINER_MANAGER ?= podman
33# Image URL to use all building/pushing image targets
44IMG ?= quay.io/redhat-developer/mapt:v${VERSION}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Current information about supported machines can be checked at [support-matrix](
3333It creates / destroy supported hosts ready to be included within the CI/CD system. Features included within the offering:
3434
3535``` bash
36- podman run -it --rm quay.io/redhat-developer/mapt:0.7.0-dev aws host create -h
36+ podman run -it --rm quay.io/redhat-developer/mapt:0.6.6 aws host create -h
3737create
3838
3939Usage:
@@ -72,7 +72,7 @@ podman run -d --name mapt-rhel \
7272 -e AWS_ACCESS_KEY_ID=XXX \
7373 -e AWS_SECRET_ACCESS_KEY=XXX \
7474 -e AWS_DEFAULT_REGION=us-east-1 \
75- quay.io/redhat-developer/mapt:0.7.0-dev aws host create \
75+ quay.io/redhat-developer/mapt:0.6.6 aws host create \
7676 --project-name mapt-rhel \
7777 --backed-url file:///workspace \
7878 --conn-details-output /workspace \
@@ -92,7 +92,7 @@ podman run -d --name mapt-rhel \
9292 -e AWS_ACCESS_KEY_ID=XXX \
9393 -e AWS_SECRET_ACCESS_KEY=XXX \
9494 -e AWS_DEFAULT_REGION=us-east-1 \
95- quay.io/redhat-developer/mapt:0.7.0-dev aws host destroy \
95+ quay.io/redhat-developer/mapt:0.6.6 aws host destroy \
9696 --project-name mapt-rhel \
9797 --backed-url file:///workspace
9898```
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ podman run -d --name mapt-rhel \
4848 -e AWS_ACCESS_KEY_ID=XXX \
4949 -e AWS_SECRET_ACCESS_KEY=XXX \
5050 -e AWS_DEFAULT_REGION=us-east-1 \
51- quay.io/redhat-developer/mapt:0.7.0-dev aws fedora create \
51+ quay.io/redhat-developer/mapt:0.6.6 aws fedora create \
5252 --project-name mapt-fedora \
5353 --backed-url file:///workspace \
5454 --conn-details-output /workspace
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ podman run -d --name mapt-rhel \
6969 -e AWS_ACCESS_KEY_ID=XXX \
7070 -e AWS_SECRET_ACCESS_KEY=XXX \
7171 -e AWS_DEFAULT_REGION=us-east-1 \
72- quay.io/redhat-developer/mapt:0.7.0-dev aws mac create \
72+ quay.io/redhat-developer/mapt:0.6.6 aws mac create \
7373 --project-name mapt-mac \
7474 --backed-url file:///workspace \
7575 --conn-details-output /workspace
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ podman run -d --name mapt-rhel \
5353 -e AWS_ACCESS_KEY_ID=XXX \
5454 -e AWS_SECRET_ACCESS_KEY=XXX \
5555 -e AWS_DEFAULT_REGION=us-east-1 \
56- quay.io/redhat-developer/mapt:0.7.0-dev aws rhel create \
56+ quay.io/redhat-developer/mapt:0.6.6 aws rhel create \
5757 --project-name mapt-rhel \
5858 --backed-url file:///workspace \
5959 --rh-subscription-password XXXX \
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ podman run -d --name mapt-rhel \
7272 -e AWS_ACCESS_KEY_ID=XXX \
7373 -e AWS_SECRET_ACCESS_KEY=XXX \
7474 -e AWS_DEFAULT_REGION=us-east-1 \
75- quay.io/redhat-developer/mapt:0.7.0-dev aws windows create \
75+ quay.io/redhat-developer/mapt:0.6.6 aws windows create \
7676 --project-name mapt-windows \
7777 --backed-url file:///workspace \
7878 --conn-details-output /workspace
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Side note: the other requirements for reboot are done by default; hyper-v instal
3030This will create a windows desktop accordig to params specificed:
3131
3232``` bash
33- podman run -it --rm quay.io/redhat-developer/mapt:0.7.0-dev azure windows create -h
33+ podman run -it --rm quay.io/redhat-developer/mapt:0.6.6 azure windows create -h
3434create
3535
3636Usage:
@@ -76,7 +76,7 @@ podman run -d --rm \
7676 -e ARM_SUBSCRIPTION_ID=${asi_value} \
7777 -e ARM_CLIENT_ID=${aci_value} \
7878 -e ARM_CLIENT_SECRET=${acs_lue} \
79- quay.io/redhat-developer/mapt:0.7.0-dev azure \
79+ quay.io/redhat-developer/mapt:0.6.6 azure \
8080 windows create \
8181 --project-name " win-desk-11" \
8282 --backed-url " file:///workspace" \
@@ -94,7 +94,7 @@ podman run -d --rm \
9494 -e ARM_SUBSCRIPTION_ID=${asi_value} \
9595 -e ARM_CLIENT_ID=${aci_value} \
9696 -e ARM_CLIENT_SECRET=${acs_lue} \
97- quay.io/redhat-developer/mapt:0.7.0-dev azure \
97+ quay.io/redhat-developer/mapt:0.6.6 azure \
9898 windows destroy \
9999 --project-name " win-desk-11" \
100100 --backed-url " file:///workspace"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Task
44metadata :
55 name : infra-aws-fedora
66 labels :
7- app.kubernetes.io/version : " 0.7.0-dev "
7+ app.kubernetes.io/version : " 0.6.6 "
88 annotations :
99 tekton.dev/pipelines.minVersion : " 0.24.x"
1010 tekton.dev/categories : infrastructure
7777
7878 steps :
7979 - name : provisioner
80- image : quay.io/redhat-developer/mapt:v0.7.0-dev
80+ image : quay.io/redhat-developer/mapt:v0.6.6
8181 imagePullPolicy : Always
8282 script : |
8383 #!/bin/sh
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Task
44metadata :
55 name : infra-aws-mac
66 labels :
7- app.kubernetes.io/version : " 0.7.0-dev "
7+ app.kubernetes.io/version : " 0.6.6 "
88 annotations :
99 tekton.dev/pipelines.minVersion : " 0.24.x"
1010 tekton.dev/categories : infrastructure
9696
9797 steps :
9898 - name : provisioner
99- image : quay.io/redhat-developer/mapt:v0.7.0-dev
99+ image : quay.io/redhat-developer/mapt:v0.6.6
100100 imagePullPolicy : Always
101101 script : |
102102 #!/bin/sh
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Task
44metadata :
55 name : infra-aws-rhel
66 labels :
7- app.kubernetes.io/version : " 0.7.0-dev "
7+ app.kubernetes.io/version : " 0.6.6 "
88 annotations :
99 tekton.dev/pipelines.minVersion : " 0.24.x"
1010 tekton.dev/categories : infrastructure
8181
8282 steps :
8383 - name : provisioner
84- image : quay.io/redhat-developer/mapt:v0.7.0-dev
84+ image : quay.io/redhat-developer/mapt:v0.6.6
8585 imagePullPolicy : Always
8686 script : |
8787 #!/bin/sh
You can’t perform that action at this time.
0 commit comments