Sun, 24 May 2026 09:28:07 CST | login

Information for build ts-bootc-0.5.0-1.oc9

ID46892
Package Namets-bootc
Version0.5.0
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ts-bootc.git?.#fd50dd391fed7a6e8cc2e158a33fcfd9586a5116
SummaryTencentOS Bootable Container Management Tool
Descriptionts-bootc is a bootc-compatible CLI tool for managing A/B partition based container image deployments on TencentOS. It provides commands to install, upgrade, rollback, and check status of bootable container images without requiring OSTree. Commands: ts-bootc install - Install a container image to a target block device ts-bootc upgrade - Download and deploy an updated container image ts-bootc rollback - Switch boot target to the previous deployment ts-bootc status - Display current system deployment status
Built byepol-bot
State complete
Volume DEFAULT
StartedThu, 21 May 2026 11:16:03 CST
CompletedThu, 21 May 2026 11:18:06 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ts-bootc.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ts-bootc.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
RPMs
src
ts-bootc-0.5.0-1.oc9.src.rpm (info) (download)
noarch
ts-bootc-0.5.0-1.oc9.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
dnf.librepo.log
root.log
mock_config.log
dnf.rpm.log
dnf.log
build.log
mock_output.log
installed_pkgs.log
state.log
noarch_rpmdiff.json
Changelog * Wed May 20 2026 xiaoyunzhao <xiaoyunzhao@tencent.com> - 0.5.0-1 - [Type] sync - [Desc] Update ts-bootc to version 0.5.0 with the following changes: - (1) Add ts-bootc-health-monitor.service and ts-bootc-readonly-root.service when install and upgrade - (2) Compare service,files,rpms from before and after upgrade * Thu May 14 2026 xiaoyunzhao <xiaoyunzhao@tencent.com> - 0.4.0-1 - [Type] sync - [Desc] Update ts-bootc to version 0.4.0 with the following changes: - (1) Resized the A/B partitions from 10GB to 5GB to ensure consistency with Rainbow. - (2) Changed data partition name from /var to /state - (3) Changed /etc to overlayfs in /state/.etc - (4) Changed /var to overlayfs in /state/.var - (5) Changed to 7 partitions - (6) Changed /usr/local is a link to /state/.usrlocal - (7) Changed root to ext4 - (8) Don't need initramfs , this is for compatible with rainbow which is without oci - (9) Can upgrade from Rainbow to Rainbow-OCI - (10) Add system-update,growpart-and-resizefs-data.sh and bootswitch.mod in OCI - (11) Support GAP after efi partition in ts-bootc - (12) Move ssh keys to /state/.etc/ssh * Wed May 13 2026 xiaoyunzhao <xiaoyunzhao@tencent.com> - 0.3.0-1 - [Type] sync - [Desc] Update ts-bootc to version 0.3.0 with the following changes: - (1) Disable ts-bootc-health-monitor.service and ts-bootc-readonly-root.service when install - (2) Change port from 2222 to 62222 in install-to-qcow2.sh for ssh access - (3) Add rainbow brand in dockerfile - (4) Support --reboot for ts-bootc upgrade and ts-bootc rollback, which will automatically reboot into new deployment after upgrade/rollback - (5) Support stargz-snapshotter in OCI image * Tue May 12 2026 xiaoyunzhao <xiaoyunzhao@tencent.com> - 0.2.0-1 - [Type] sync - [Desc] Update ts-bootc to version 0.2.0 with the following changes: - (1) Change data,home,root,opt,srv to var/data,var/home,var/root,var/opt,var/srv in container - (2) Add ts-bootc.conf - (3) Fix rsyslog WorkDirectory for read-only root filesystem - (4) Fix bug in iso installation which login will fail - (5) Umask atd,ipmi,gssproxy in iso installation * Mon May 11 2026 xiaoyunzhao <xiaoyunzhao@tencent.com> - 0.1.0-1 - [Type] sync - [Desc] Initial package creation with basic CLI and A/B management functionality