File tree Expand file tree Collapse file tree 5 files changed +11
-13
lines changed Expand file tree Collapse file tree 5 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1- VERSION ?= 0.0.5-dev
1+ VERSION ?= 0.0.5
22CONTAINER_MANAGER ?= podman
33# Image URL to use all building/pushing image targets
44IMG ?= quay.io/rhqp/qenvs: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/rhqp/qenvs:0.0.4 aws host create -h
36+ podman run -it --rm quay.io/rhqp/qenvs:0.0.5 aws host create -h
3737create
3838
3939Usage:
@@ -72,7 +72,7 @@ podman run -d --name qenvs-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/rhqp/qenvs:0.0.4 aws host create \
75+ quay.io/rhqp/qenvs:0.0.5 aws host create \
7676 --project-name qenvs-rhel \
7777 --backed-url file:///workspace \
7878 --conn-details-output /workspace \
@@ -92,7 +92,7 @@ podman run -d --name qenvs-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/rhqp/qenvs:0.0.4 aws host destroy \
95+ quay.io/rhqp/qenvs:0.0.5 aws host destroy \
9696 --project-name qenvs-rhel \
9797 --backed-url file:///workspace
9898```
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ It creates / destroy a windows dekstop edition ready to be included within the C
2020This will create a windows desktop accordig to params specificed:
2121
2222``` bash
23- podman run -it --rm quay.io/rhqp/qenvs:v0.0.5-dev azure windows create -h
23+ podman run -it --rm quay.io/rhqp/qenvs:v0.0.5 azure windows create -h
2424create
2525
2626Usage:
@@ -64,7 +64,7 @@ podman run -d --rm \
6464 -e ARM_SUBSCRIPTION_ID=${asi_value} \
6565 -e ARM_CLIENT_ID=${aci_value} \
6666 -e ARM_CLIENT_SECRET=${acs_lue} \
67- quay.io/rhqp/qenvs:v0.0.5-dev azure \
67+ quay.io/rhqp/qenvs:v0.0.5 azure \
6868 windows create \
6969 --project-name " win-desk-11" \
7070 --backed-url " file:///workspace" \
@@ -81,7 +81,7 @@ podman run -d --rm \
8181 -e ARM_SUBSCRIPTION_ID=${asi_value} \
8282 -e ARM_CLIENT_ID=${aci_value} \
8383 -e ARM_CLIENT_SECRET=${acs_lue} \
84- quay.io/rhqp/qenvs:v0.0.5-dev azure \
84+ quay.io/rhqp/qenvs:v0.0.5 azure \
8585 windows destroy \
8686 --project-name " win-desk-11" \
8787 --backed-url " file:///workspace"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Task
44metadata :
55 name : infra-management-aws
66 labels :
7- app.kubernetes.io/version : " 0.0.5-dev "
7+ app.kubernetes.io/version : " 0.0.5"
88 annotations :
99 tekton.dev/pipelines.minVersion : " 0.24.x"
1010 tekton.dev/categories : infrastructure
5959
6060 steps :
6161 - name : provisioner
62- image : quay.io/rhqp/qenvs:v0.0.5-dev
63- imagePullPolicy : Always
62+ image : quay.io/rhqp/qenvs:v0.0.5
6463 script : |
6564 #!/bin/sh
6665
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Task
44metadata :
55 name : infra-management-azure
66 labels :
7- app.kubernetes.io/version : " 0.0.5-dev "
7+ app.kubernetes.io/version : " 0.0.5"
88 annotations :
99 tekton.dev/pipelines.minVersion : " 0.24.x"
1010 tekton.dev/categories : infrastructure
5050
5151 steps :
5252 - name : provisioner
53- image : quay.io/rhqp/qenvs:v0.0.5-dev
54- imagePullPolicy : Always
53+ image : quay.io/rhqp/qenvs:v0.0.5
5554 volumeMounts :
5655 - mountPath : /opt/credentials/
5756 name : credentials
You can’t perform that action at this time.
0 commit comments