diff --git a/Others/react/19.2.3/24.03-lts-sp2/Dockerfile b/Others/react/19.2.3/24.03-lts-sp2/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..29ca1eff4968fa891469858095098cd5a9a53b64 --- /dev/null +++ b/Others/react/19.2.3/24.03-lts-sp2/Dockerfile @@ -0,0 +1,5 @@ +ARG BASE=openeuler/npmjs:latest +FROM ${BASE} + +ARG VERSION=19.2.3 +RUN npm install -g react@${VERSION} diff --git a/Others/react/README.md b/Others/react/README.md index b4e1be99d7f64310a59c3dbce0a6c19a1cf26231..9b8f0adf41bf1b6b04438b0c4c52c61825fcdfb2 100644 --- a/Others/react/README.md +++ b/Others/react/README.md @@ -18,6 +18,7 @@ The tag of each `react` docker image is consist of the version of `react` and th | Tag | Currently | Architectures | |----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|---------------| +|[19.2.3-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/react/19.2.3/24.03-lts-sp2/Dockerfile) | react 19.2.3 on openEuler 24.03-LTS-SP2 | amd64, arm64 | |[19.1.1-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/react/19.1.1/24.03-lts-sp2/Dockerfile) | react 19.1.1 on openEuler 24.03-LTS-SP2 | amd64, arm64 | | [19.1.0-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/react/19.1.0/24.03-lts-sp1/Dockerfile) | React 19.1.0 on openEuler 24.03-LTS-SP1 | amd64, arm64 | diff --git a/Others/react/doc/image-info.yml b/Others/react/doc/image-info.yml index ecae1aa74b66b3c2874277a441cb894f9ff95f76..22c7a3f4a153903a7788d4f13838c67c832d61c0 100644 --- a/Others/react/doc/image-info.yml +++ b/Others/react/doc/image-info.yml @@ -11,6 +11,7 @@ tags: | | Tag | Currently | Architectures | |----------|-------------|------------------| + |[19.2.3-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/react/19.2.3/24.03-lts-sp2/Dockerfile) | react 19.2.3 on openEuler 24.03-LTS-SP2 | amd64, arm64 | |[19.1.1-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/react/19.1.1/24.03-lts-sp2/Dockerfile) | react 19.1.1 on openEuler 24.03-LTS-SP2 | amd64, arm64 | |[19.1.0-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/react/19.1.0/24.03-lts-sp1/Dockerfile)| React 19.1.0 on openEuler 24.03-LTS-SP1 | amd64, arm64 | diff --git a/Others/react/meta.yml b/Others/react/meta.yml index 78035043f76ab8deeffe5e40333b483172fc9f25..28f9d9fb7fc95ce041301f7576ae99e278e03c47 100644 --- a/Others/react/meta.yml +++ b/Others/react/meta.yml @@ -3,4 +3,6 @@ 19.1.1-oe2403sp1: path: 19.1.1/24.03-lts-sp1/Dockerfile 19.1.1-oe2403sp2: - path: 19.1.1/24.03-lts-sp2/Dockerfile \ No newline at end of file + path: 19.1.1/24.03-lts-sp2/Dockerfile +19.2.3-oe2403sp2: + path: 19.2.3/24.03-lts-sp2/Dockerfile \ No newline at end of file