Re: [I] docker simulator build failure [cloudstack]

2024-01-29 Thread via GitHub
weizhouapache commented on issue #8565: URL: https://github.com/apache/cloudstack/issues/8565#issuecomment-1916209331 > I managed to solve this issue by mounting a maven-proxy.xml to '/root/.m2/settings.xml'. great, thanks for the update @soulwhisper -- This is an automated messag

Re: [I] docker simulator build failure [cloudstack]

2024-01-29 Thread via GitHub
soulwhisper closed issue #8565: docker simulator build failure URL: https://github.com/apache/cloudstack/issues/8565 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscr

Re: [I] docker simulator build failure [cloudstack]

2024-01-29 Thread via GitHub
soulwhisper commented on issue #8565: URL: https://github.com/apache/cloudstack/issues/8565#issuecomment-1916205006 I managed to solve this issue by mounting a maven-proxy.xml to '/root/.m2/settings.xml'. -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [I] docker simulator build failure [cloudstack]

2024-01-25 Thread via GitHub
weizhouapache commented on issue #8565: URL: https://github.com/apache/cloudstack/issues/8565#issuecomment-1909916429 > > ```shell > > docker run --name simulator \ > > -p 5050:5050 \ > > -p 8080:8080 \ > > -d apache/cloudstack-simulator > > docker logs -f simulator > > `

Re: [I] docker simulator build failure [cloudstack]

2024-01-25 Thread via GitHub
DaanHoogland commented on issue #8565: URL: https://github.com/apache/cloudstack/issues/8565#issuecomment-1909816271 > ```shell > docker run --name simulator \ >-p 5050:5050 \ >-p 8080:8080 \ >-d apache/cloudstack-simulator > docker logs -f simulator > ```

Re: [I] docker simulator build failure [cloudstack]

2024-01-24 Thread via GitHub
boring-cyborg[bot] commented on issue #8565: URL: https://github.com/apache/cloudstack/issues/8565#issuecomment-1909132082 Thanks for opening your first issue here! Be sure to follow the issue template! -- This is an automated message from the Apache Git Service. To respond to the mes

[I] docker simulator build failure [cloudstack]

2024-01-24 Thread via GitHub
soulwhisper opened a new issue, #8565: URL: https://github.com/apache/cloudstack/issues/8565 I start simulator for tests, I ran commands below ```shell docker run --name simulator \ -p 5050:5050 \ -p 8080:8080 \ -d apache/cloudstack-simulator docker logs -f si