RE: Docker images

2021-11-22 Thread Paul Angus
: Re: Docker images Hey again, I've checked that, Docker CE and Docker CLI are still free ;) Kind regards, Sina ‐‐‐ Original Message ‐‐‐ On Monday, November 22nd, 2021 at 11:05, Sina Kashipazha mailto:s.kashipa...@protonmail.com.INVALID> > wrote: Hey

Re: Docker images

2021-11-22 Thread Sina Kashipazha
Hey again, I've checked that, Docker CE and Docker CLI are still free ;) Kind regards, Sina ‐‐‐ Original Message ‐‐‐ On Monday, November 22nd, 2021 at 11:05, Sina Kashipazha wrote: > Hey Wei, > > I couldn't find anything on their website regarding the CLI usage. It seems > that the

Re: Docker images

2021-11-22 Thread Sina Kashipazha
Hey Wei, I couldn't find anything on their website regarding the CLI usage. It seems that they have changed the license only for desktop. Kind regards, Sina ‐‐‐ Original Message ‐‐‐ On Monday, November 22nd, 2021 at 10:47, Wei ZHOU wrote: > Hi Sina, > > Thanks for the heads up. It s

Re: Docker images

2021-11-22 Thread Wei ZHOU
Hi Sina, Thanks for the heads up. It seems the new policy is applicable for Docker Desktop only. We can still use Docker CLI for free, Right ? -Wei On Mon, 22 Nov 2021 at 10:30, Sina Kashipazha wrote: > Hey, > > BTW, it is worth mentioning that Docker has changed its subscription > policy. If

Re: Docker images

2021-11-22 Thread Sina Kashipazha
Hey, BTW, it is worth mentioning that Docker has changed its subscription policy. If you are a company with more than $10 million in annual revenue, you have to upgrade to the business account. I quoted the following paragraph from their FAQ. I'm not clear if it has any effects on open source u

Re: Docker images

2021-11-18 Thread Wei ZHOU
Agrees. There are many users using docker, but for different goals. Depends on requirements, the solutions are also different. 1. What OS ? 2. Use docker for packaging , demo or testing changes ? 3. Are packages ready ? official releases, nightly build or need to build packages from source code

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
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 be a good pattern for official releases so we can rely on the same package dependency resolution for all of

Re: Docker images

2021-11-17 Thread Wei ZHOU
code-development and for > attaching > > > remote socket for breakpoints and debugging. I use mbx to create dev > > boxes ( > > > https://github.com/shapeblue/mbx), essentially the hypervisor alone > runs > > > as a nested VM but my mgmt server, MySQL server and NFS storage is all >

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
all on > > my workstation. > > > > > > Regards. > > > > > > From: Marcus > > Sent: Wednesday, November 17, 2021 03:00 > > To: dev@cloudstack.apache.org > > Subject: Re: Docker images > > > > I

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 c

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
___ > From: Marcus > Sent: Wednesday, November 17, 2021 03:00 > To: dev@cloudstack.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

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