control-pane icon indicating copy to clipboard operation
control-pane copied to clipboard

Removal of OS images no longer supported

Open pynixis opened this issue 2 years ago • 9 comments

We need to remove OS images no longer supported. For example, Arch 2016, Ubuntu 16.04, and etc.

pynixis avatar Jul 07 '22 02:07 pynixis

Profiles are embedded in the CBSD, so it's enough to update the CBSD or

make -C ~cbsd/etc profiles-update

in the next release, the list of images will be obtained through API

olevole avatar Jul 07 '22 06:07 olevole

When will ClonOS 21 be released?

pynixis avatar Jul 07 '22 12:07 pynixis

When will ClonOS 21 be released?

The time for version 21 has already passed, now it's time for 22 ;-) However, there are no dates yet. It all depends on free time. Also now there is no equipment to continue working.

olevole avatar Jul 07 '22 17:07 olevole

Where can 21 be downloaded from?

pynixis avatar Jul 07 '22 17:07 pynixis

The version number indicates the year and month of release: YY.MM Latest official release was 19.09. During this time there were no other releases

olevole avatar Jul 07 '22 19:07 olevole

What is needed to make sure we are able to release 22? Can you label issues with "help wanted". Also, when you say equipment do you mean host servers for mirroring?

pynixis avatar Jul 07 '22 23:07 pynixis

Also, I didn't see this until now: https://github.com/clonos/control-pane/issues/37

I see that you have already done most of the work.

pynixis avatar Jul 07 '22 23:07 pynixis

There is currently no dedicated server to test new release.

Currently, donors ( https://patreon.com/clonos) cover the costs of renting two servers that perform the functions of the project's infrastructure (development, mirrors, testing, building images, etc.). But there is no empty server to start working on ISO/memstick image testing

olevole avatar Jul 21 '22 14:07 olevole

@pynixis FYI, at the moment, you can update the index manually:

# remove cache file
rm -f ~cbsd/tmp/*.json

# update module for python39
rm -rf /usr/local/cbsd/modules/convectix.d
git clone https://github.com/cbsd/modules-convectix.git  /usr/local/cbsd/modules/convectix.d

cbsd get_bhyve_profiles src=cloud
cbsd get_bhyve_profiles src=vm

olevole avatar Jul 21 '22 14:07 olevole