Rate This Document
Findability
Accuracy
Completeness
Readability

Querying the Version Information

This section provides two methods to obtain the Kbox version information.

  • Method 1: using the obtained software packages
    Obtain BoostKit-boostcph-kbox_*.zip according to Table 1 and decompress it. Query the kbox_version.txt file to obtain the version of the software package.
    1
    2
    3
    unzip BoostKit-boostcph-kbox_*.zip
    unzip Kbox-Boostkit-boostcph-kbox_*.zip
    cat ./products/kbox_version.txt
    
    The command output shows the Kbox version information. An example is as follows:
    1
    2
    3
    4
    5
    Product Name: Kunpeng BoostKit
    Product Version: 26.0.RC1
    Component Name: BoostKit-boostcph-kbox
    Component Version: 8.0.RC1
    Component AppendInfo: 11.0.0_r48
    
  • Method 2: Running the following command to query the version of the started container. In the command, ${index} indicates the ID of the started instance. For details about the command output example, see the query result of method 1.
    1
    docker exec -it kbox_${index} cat /system/vendor/etc/kbox_version.txt