The official CodeWhale docker image.
Maintained by: openKylin RISC-V SIG.
Where to get help: openKylin RISC-V SIG, openKylin.
The tag of each codewhale docker image is consist of the complete software stack version. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 0.8.51-ok20 | CodeWhale 0.8.51 on openKylin 2.0 | amd64,arm64,riscv64 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
openkylin/codewhale image from docker# From Docker Hub
docker pull openkylin/codewhale:{Tag}
#From Quay
docker pull quay.io/openkylin/codewhale:{Tag}
docker run -it --name my-codewhale openkylin/codewhale:{Tag}
| Option | Description |
|---|---|
--name my-codewhale | Names the container my-codewhale. |
-it | Starts the container in interactive mode with a terminal (bash). |
openkylin/codewhale:{Tag} | Specifies the Docker image to run, replace {Tag} with the specific version or tag of the openkylin/codewhale-cli image you want to use. |
codewhale
If you have any questions or want to use some special features, please submit an issue or a pull request on openkylin-docker-images.
Content type
Image
Digest
sha256:bd3af8559…
Size
1.1 GB
Last updated
4 months ago
docker pull openkylin/codewhale