Skip to content

Added steps to get the offical docker image for cloudstack simulator#7192

Merged
DaanHoogland merged 1 commit intoapache:mainfrom
kiranchavala:main
Feb 10, 2023
Merged

Added steps to get the offical docker image for cloudstack simulator#7192
DaanHoogland merged 1 commit intoapache:mainfrom
kiranchavala:main

Conversation

@kiranchavala
Copy link
Copy Markdown
Member

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

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

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

@boring-cyborg boring-cyborg bot added the docker label Feb 10, 2023
@boring-cyborg
Copy link
Copy Markdown

boring-cyborg bot commented Feb 10, 2023

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)
Here are some useful points:

@DaanHoogland
Copy link
Copy Markdown
Contributor

doc only, merging

@DaanHoogland DaanHoogland merged commit 23d8981 into apache:main Feb 10, 2023
@boring-cyborg
Copy link
Copy Markdown

boring-cyborg bot commented Feb 10, 2023

Awesome work, congrats on your first merged pull request!

@DaanHoogland DaanHoogland added this to the 4.18.0.0 milestone Feb 10, 2023
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants