Skip to content

Commit

Permalink
Merge pull request #40 from mbaldessari/updates2
Browse files Browse the repository at this point in the history
Couple of README updates
  • Loading branch information
mbaldessari authored May 14, 2024
2 parents d90d0bb + ce21630 commit cd67f87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ versions: ## Print all the versions of software in the locally-built container
echo -n \"|awscli pip \"; pip show awscli | grep ^Version: | cut -f2 -d\ |tr -d '\n'; echo \" \"; \
echo -n \"|azure-cli pip \"; pip show azure-cli | grep ^Version: | cut -f2 -d\ | tr -d '\n'; echo \" \"; \
echo -n \"|gcloud pip \"; pip show gcloud| grep ^Version: | cut -f2 -d\ |tr -d '\n'; echo \" \"; \
echo -n \"|vp-qe-test-common pip \"; pip show vp-qe-test-common | grep ^Version: | cut -f2 -d\ |tr -d '\n'; echo \" \"; \
echo -n \"|kubernetes.core collection \"; ansible-galaxy collection list kubernetes.core |grep ^kubernetes.core | cut -f2 -d\ |tr -d '\n'; echo \" \"; \
echo -n \"|redhat_cop.controller_configuration collection \"; ansible-galaxy collection list redhat_cop.controller_configuration |grep ^redhat_cop.controller_configuration | cut -f2 -d\ | tr -d '\n'; echo \" \"; \
" | sort | column --table -o '|'
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ utility container for simplified execution of imperative commands in each of the
|:---------------------------------:|:--------:|:------------:|
|ansible |pip |2.15.11 |
|argocd |binary |v2.9.7+fbb6b20|
|awscli |pip |1.32.96 |
|awscli |pip |1.32.104 |
|azure-cli |pip |2.60.0 |
|boto3 |pip |1.34.96 |
|botocore |pip |1.34.96 |
|boto3 |pip |1.34.104 |
|botocore |pip |1.34.104 |
|gcloud |pip |0.18.3 |
|git-core |package |2.43.0 |
|hcp |binary |4.15.0 |
Expand All @@ -28,10 +28,10 @@ utility container for simplified execution of imperative commands in each of the
|python |package |3.9.18 |
|redhat_cop.controller_configuration|collection|2.3.1 |
|sshpass |package |1.09 |
|vp-qe-test-common |pip |development |
|tar |package |1.34 |
|tekton |binary |0.35.2 |
|vi |package |8.2.2637 |
|vp-qe-test-common |pip |0.1.0 |

## Usage
**Pull the image**
Expand Down

0 comments on commit cd67f87

Please sign in to comment.