RE: Docker images

2021-11-22 Thread Paul Angus
‘Official’ CloudStack docker images should be published via the Apache org account. They’ll have all the payment stuff sorted 😊 Kind Regards Paul Angus From: Sina Kashipazha Sent: Monday, November 22, 2021 10:25 AM To: Wei ZHOU Cc: dev@cloudstack.apache.org Subject

Re: Docker images

2021-11-22 Thread Sina Kashipazha
> > > > build > > > > > > >      > > > > > > >     packages from source code ? > > > > > > > 4.  Is mysql or madiadb cluster installed in the docker or external? > > > > > > > 5.  use simulator or phys

Re: Docker images

2021-11-22 Thread Sina Kashipazha
rces ? > > > > >      > > > > >     Currently the all-in-1 docker image built from > > >tools/docker/Dockerfile just > > > > >      > > > > >     works for me. > > > > > 6.  Ubuntu 20.04 > > > &

Re: Docker images

2021-11-22 Thread Wei ZHOU
er image built from > tools/docker/Dockerfile just > > > > > works for me. > > 6. Ubuntu 20.04 > > 7. demo or testing code changes > > 8. Build packages from source > > 9. Mysql is installed in docker image > > 10. Simulator is supported. Did n

Re: Docker images

2021-11-22 Thread Sina Kashipazha
20.04 > 7. demo or testing code changes > 8. Build packages from source > 9. Mysql is installed in docker image > 10. Simulator is supported. Did not use physical resources yet but it seems > > not to be an issue. > > We can consider using separated

Re: Docker images

2021-11-18 Thread Wei ZHOU
installed in docker image 5. Simulator is supported. Did not use physical resources yet but it seems not to be an issue. We can consider using separated docker images, for example 1 for packaging, 1 or 3 for db, 1 or 3 for management servers. It is more flexible. We can use docker-compose, swarm, or

Re: Docker images

2021-11-18 Thread Rakesh v
Hello Marcus I was actively using docker files to deploy my own changes in kubernetes and also to deploy multiple pods with different versions but I havent played out with reducing the image size. I made changes to docker files to just build the components I changed rather than building entire

Re: Docker images

2021-11-18 Thread Marcus
ng in there > > There may be some ideas that are worth cherry-picking from in there. > > > > Kind Regards > > > Paul Angus > > -Original Message- > From: Marcus > Sent: Wednesday, November 17, 2021 3:25 PM > To: dev@cloudstack.apache.org > Sub

RE: Docker images

2021-11-18 Thread Paul Angus
: Marcus Sent: Wednesday, November 17, 2021 3:25 PM To: dev@cloudstack.apache.org Subject: Re: Docker images Cool, we are on the same page there. I think I have something working to share soon. I did also consider just installing RPMs or DEBs into a Docker image like a standard install, which might

Re: Docker images

2021-11-17 Thread Marcus
might do in an RPM spec. I feel like I also ran into an issue with some hard coding for x86_64 in regards to the RPMs, which a direct build and package into Dockerfile avoided. On Wednesday, November 17, 2021, Wei ZHOU wrote: > Hi Marcus, > > Sometimes I use the docker images to build a

Re: Docker images

2021-11-17 Thread Wei ZHOU
ver played with the Dockerfile you've mentioned. > > I need to double-check on it, but I would like to see CloudStack Docker > > images "officially" supported in order to deploy management nodes > > (especially for development and testing) and build packages. > &g

Re: Docker images

2021-11-17 Thread Marcus
Thanks for the feedback. If you could share which Dockerfile you use and how you use it, I’d appreciate that. I’d like to not disrupt people if I make a change or at least collaborate on the features that should be preserved. I’m leaning toward introducing a new separate Dockerfile first and then

Re: Docker images

2021-11-17 Thread Marcus
would like to see CloudStack Docker > images "officially" supported in order to deploy management nodes > (especially for development and testing) and build packages. > > In terms of using Docker to build CloudStack packages, I have used a lot of > the repository from Khosrow M

Re: Docker images

2021-11-17 Thread Wei ZHOU
Hi Marcus, Sometimes I use the docker images to build a simulator environment. the docker images are built from tools/docker/Dockerfile I have uploaded some images to https://hub.docker.com/repository/docker/ustcweizhou/cloudstack-simulator The docker images are very large indeed (1.78 GB after

Re: Docker images

2021-11-17 Thread Marcus
tially the hypervisor alone runs > as a nested VM but my mgmt server, MySQL server and NFS storage is all on > my workstation. > > > Regards. > > > From: Marcus > Sent: Wednesday, November 17, 2021 03:00 > To: dev@cloudstack.apache.org

Re: Docker images

2021-11-17 Thread Sina Kashipazha
Hey Marcus, We use docker to build cloudstack packages when we want to build cloudstack for the different target OS. That is our only use case, which happens once in a blue moon :) Kind regards, Sina ‐‐‐ Original Message ‐‐‐ On Tuesday, November 16th, 2021 at 22:30, Marcus wrote: >

Re: Docker images

2021-11-17 Thread Gabriel Bräscher
Hi Marcus, I have never played with the Dockerfile you've mentioned. I need to double-check on it, but I would like to see CloudStack Docker images "officially" supported in order to deploy management nodes (especially for development and testing) and build packages. In terms of

Re: Docker images

2021-11-17 Thread Rohit Yadav
tack.apache.org Subject: Re: Docker images I take the silence to perhaps mean that nobody is actively using the Docker image tooling, but maybe the conference was just too much of a distraction last week :-) Mainly I'm just wondering if I should be trying to improve the old stuff, or leaving it

Re: Docker images

2021-11-16 Thread Marcus
I take the silence to perhaps mean that nobody is actively using the Docker image tooling, but maybe the conference was just too much of a distraction last week :-) Mainly I'm just wondering if I should be trying to improve the old stuff, or leaving it be and adding a new Dockerfile. The marvin bi

Docker images

2021-11-09 Thread Marcus
Hi all, I've been familiarizing myself with the Docker image tooling in CloudStack, and I have a few questions. I've been playing with a multi-stage build that shrinks the image from ~4Gi to ~800Mi, packages just the jar, some UI, and a JDK thinking that it might be more usable. 1) Is there anyon

[GitHub] cloudstack pull request #1814: fix docker images build

2016-12-02 Thread pdion891
Github user pdion891 closed the pull request at: https://github.com/apache/cloudstack/pull/1814 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cloudstack pull request #1814: fix docker images build

2016-12-02 Thread pdion891
GitHub user pdion891 opened a pull request: https://github.com/apache/cloudstack/pull/1814 fix docker images build CLOUDSTACK-9651; Fix Docker images build for: - cloudstack-simulator - cloudstack-management - marvin Updated for version 4.10.0.0 and

CloudStack Docker images on Docker hub.

2015-08-24 Thread Sebastien Goasguen
Hi Everyone, Last week David and I worked on the Docker hub to get automated builds for ec2stack and cloudmonkey. You can now get those on Docker hub: $ docker pull cloudstack/cloudmonkey $ docker pull cloudstack/ec2stack These are automated build of master, I will work to get other tags that