Querying Component Version Information
You can use either of the following methods to query the version of the instruction stream engine component:
Method 1: using the obtained software packages
- Obtain the instruction stream engine software package from Instruction Stream Engine and decompress it. This document uses BoostKit-instructionengine_5.0.RC2_*.zip as an example.
# unzip BoostKit-instructionengine_5.0.RC2_*.zip
- Decompress the CloudPhoneInstructionEngine.tar.gz package to obtain and view the version of the instruction stream engine component.
# tar xf CloudPhoneInstructionEngine.tar.gz vendor/etc/instructionengine_version.txt # cat vendor/etc/instructionengine_version.txt
The command output is the version information of the instruction stream engine component. An example is as follows:
Product Name: Kunpeng BoostKit Product Version: 23.0.RC2 Component Name: BoostKit-instructionengine Component Version: 5.0.RC2 Component AppendInfo: 11.0.0_r48
Method 2: using a started container
- Access a started container. In the command, ${kbox_id} indicates the ID of a container instance.
# docker exec -it kbox_${kbox_id} sh - Query the version of the instruction stream engine component.
# cat /vendor/etc/instructionengine_version.txt
The command output is the version information of the instruction stream engine component. An example is as follows:
Product Name: Kunpeng BoostKit Product Version: 23.0.RC2 Component Name: BoostKit-instructionengine Component Version: 5.0.RC2 Component AppendInfo: 11.0.0_r48
Parent topic: Operating an Instruction Stream Cloud Phone