[GH-ISSUE #50] Removal of OS images no longer supported #30

Open
opened 2026-03-02 03:21:22 +03:00 by kerem · 9 comments
Owner

Originally created by @pynixis on GitHub (Jul 7, 2022).
Original GitHub issue: https://github.com/clonos/control-pane/issues/50

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

Originally created by @pynixis on GitHub (Jul 7, 2022). Original GitHub issue: https://github.com/clonos/control-pane/issues/50 We need to remove OS images no longer supported. For example, Arch 2016, Ubuntu 16.04, and etc.
Author
Owner

@olevole commented on GitHub (Jul 7, 2022):

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

<!-- gh-comment-id:1177147590 --> @olevole commented on GitHub (Jul 7, 2022): 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
Author
Owner

@pynixis commented on GitHub (Jul 7, 2022):

When will ClonOS 21 be released?

<!-- gh-comment-id:1177534889 --> @pynixis commented on GitHub (Jul 7, 2022): When will ClonOS 21 be released?
Author
Owner

@olevole commented on GitHub (Jul 7, 2022):

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.

<!-- gh-comment-id:1177959214 --> @olevole commented on GitHub (Jul 7, 2022): > 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.
Author
Owner

@pynixis commented on GitHub (Jul 7, 2022):

Where can 21 be downloaded from?

<!-- gh-comment-id:1177999982 --> @pynixis commented on GitHub (Jul 7, 2022): Where can 21 be downloaded from?
Author
Owner

@olevole commented on GitHub (Jul 7, 2022):

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

<!-- gh-comment-id:1178088492 --> @olevole commented on GitHub (Jul 7, 2022): 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
Author
Owner

@pynixis commented on GitHub (Jul 7, 2022):

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?

<!-- gh-comment-id:1178349741 --> @pynixis commented on GitHub (Jul 7, 2022): 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?
Author
Owner

@pynixis commented on GitHub (Jul 7, 2022):

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.

<!-- gh-comment-id:1178357980 --> @pynixis commented on GitHub (Jul 7, 2022): 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.
Author
Owner

@olevole commented on GitHub (Jul 21, 2022):

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

<!-- gh-comment-id:1191530574 --> @olevole commented on GitHub (Jul 21, 2022): 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
Author
Owner

@olevole commented on GitHub (Jul 21, 2022):

@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
<!-- gh-comment-id:1191541167 --> @olevole commented on GitHub (Jul 21, 2022): @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 ```
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/control-pane#30
No description provided.