Added steps to get the offical docker image for cloudstack simulator#7192
Merged
DaanHoogland merged 1 commit intoapache:mainfrom Feb 10, 2023
kiranchavala:main
Merged
Added steps to get the offical docker image for cloudstack simulator#7192DaanHoogland merged 1 commit intoapache:mainfrom kiranchavala:main
DaanHoogland merged 1 commit intoapache:mainfrom
kiranchavala:main
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache CloudStack community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md)
|
DaanHoogland
approved these changes
Feb 10, 2023
Contributor
|
doc only, merging |
|
Awesome work, congrats on your first merged pull request! |
|
Kudos, SonarCloud Quality Gate passed! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Description
This PR updates the README.md file in directory tools/docker/
We should use the offical docker image for Apache Cloudstack simulator https://hub.docker.com/r/apache/cloudstack-simulator
The community build of the simulator https://registry.hub.docker.com/r/cloudstack/simulator/tags is showing as 4 years old.
The offical docker image from Apache contains the latest build and is having the tags as well for a particular builds
❯ docker search --format "{{.Name}}: {{.StarCount}}" apache/cloudstack
apache/cloudstack-cloudmonkey: 0
apache/cloudstack-kubernetes-autoscaler: 0
apache/cloudstack-kubernetes-provider: 0
apache/cloudstack-primate: 0
apache/cloudstack-ec2stack: 0
apache/cloudstack-simulator: 0
❯ docker search --format "{{.Name}}: {{.StarCount}}" cloudstack/
cloudstack/simulator: 14
cloudstack/management_centos6: 6
cloudstack/cloudstack-ec2stack: 1
cloudstack/marvin: 0
cloudstack/package-docker-deb: 0
cloudstack/marvin2: 0
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Tested locally with the apache/cloudstack-simulator and it works fine
docker pull apache/cloudstack-simulator:4.17.2.0
docker run --name simulator -p 8080:5050 -d apache/cloudstack-simulator:4.17.2.0