kasmtech / workspaces-images

Other
730 stars 241 forks source link

How to build an image based on the CentOS core image? #30

Closed hamedsbt closed 2 years ago

hamedsbt commented 2 years ago

Hello, I wonder what the role of Centos, Oracle, and SUSE core images is?  I examined several workspace-images and discovered that they were built on an Ubuntu base.  How to build a workspace-images based on the CentOS core?  Is it enough to change only the one line of the Docker file? (I'm referring to changing the core image name).  Thank you in advance.

j-travis commented 2 years ago

The CentOS, Oracle and OpenSUSE core images are available so that folks can build derivative images based on them.

For example we have derivative "desktop" images based on all these

However, as you've seen most of our derivitive app-based images in the workspaces-images repo are based on ubuntu. This is generally for consistency. You are free to make your own images based on any of the Core images which is why we publish all of them open source

Here are resources to get you started