diff --git a/docker/standard/CHANGELOG_en.md b/docker/standard/CHANGELOG_en.md index c14f7da669e47373428efeb2af817289c852c2e9..5f9abe4af49b477878ab4caee68a128c45bbe89b 100644 --- a/docker/standard/CHANGELOG_en.md +++ b/docker/standard/CHANGELOG_en.md @@ -1,19 +1,23 @@ - ### 0.0.4(2021/09/18) + ### 0.0.5 (2021/10/28) -1\. dropped pre-installed build dependency tools. +Added the installation of tar, binutils, git-lfs, gnutls-bin, python3.8, python3-pip, and cpio. -2\. Added the installation of ruby. + ### 0.0.4 (2021/09/18) - ### 0.0.3(2021/08/30) +1\. Removed pre-installed build dependency tools. + +2\. Added the Ruby installation. + + ### 0.0.3 (2021/08/30) 1\. Updated LLVM from 10.0.1-62608 to 10.0.1-69957. 2\. Added the installation of gcc_aarch64. - ### 0.0.2(2021/08/11) + ### 0.0.2 (2021/08/11) -Add the installation of llvm-10.0.1-62608 and restool. +Added the installation of llvm-10.0.1-62608 and restool. - ### 0.0.1(2021/06/02) + ### 0.0.1 (2021/06/02) Provided a Docker build environment for OpenHarmony 2.0 and pre-installed build dependency tools. \ No newline at end of file diff --git a/docker/standard/Readme-en.md b/docker/standard/Readme-en.md index 679d8e054a1926763fa4f7eaed21efecaefef09f..ef5f2b9d03863885bc0d01ee78117edd534c3bb5 100755 --- a/docker/standard/Readme-en.md +++ b/docker/standard/Readme-en.md @@ -10,11 +10,11 @@ The Docker image of OpenHarmony is hosted on [HUAWEI Cloud SWR](https://auth.hua 1. Obtain the Docker image. ``` -docker pull swr.cn-south-1.myhuaweicloud.com/openharmony-docker/openharmony-docker-standard:0.0.4 +docker pull swr.cn-south-1.myhuaweicloud.com/openharmony-docker/openharmony-docker-standard:0.0.5 ``` 2. Go to the root directory of OpenHarmony code and run the following command to access the Docker build environment: ``` -docker run -it -v $(pwd):/home/openharmony swr.cn-south-1.myhuaweicloud.com/openharmony-docker/openharmony-docker-standard:0.0.4 +docker run -it -v $(pwd):/home/openharmony swr.cn-south-1.myhuaweicloud.com/openharmony-docker/openharmony-docker-standard:0.0.5 ``` ##### **Method 2: Using the Dockerfile to Build a Local Docker Image** @@ -30,7 +30,7 @@ cd docs/docker/standard ``` 3. Go to the root directory of OpenHarmony code and run the following command to access the Docker build environment: ``` -docker run -it -v $(pwd):/home/openharmony openharmony-docker-standard:0.0.4 +docker run -it -v $(pwd):/home/openharmony openharmony-docker-standard:0.0.5 ``` ### Building for Standard-System Devices (reference memory ≥ 128 MB) @@ -46,4 +46,4 @@ Files generated during compilation are stored in the **out/ohos-arm-release/** d **Note** - You can exit Docker by simply running the **exit** command. \ No newline at end of file +You can exit Docker by simply running the **exit** command. \ No newline at end of file