From 63211e94a0d224604dce96b73fbdd1adc910e3fb Mon Sep 17 00:00:00 2001 From: openeuler_bot Date: Tue, 9 Sep 2025 01:56:32 +0000 Subject: [PATCH] 24.03-lts-sp2 update react to 19.1.1 --- Others/react/19.1.1/24.03-lts-sp2/Dockerfile | 5 +++++ Others/react/README.md | 1 + Others/react/doc/image-info.yml | 3 ++- Others/react/meta.yml | 4 +++- 4 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 Others/react/19.1.1/24.03-lts-sp2/Dockerfile diff --git a/Others/react/19.1.1/24.03-lts-sp2/Dockerfile b/Others/react/19.1.1/24.03-lts-sp2/Dockerfile new file mode 100644 index 00000000..f532d650 --- /dev/null +++ b/Others/react/19.1.1/24.03-lts-sp2/Dockerfile @@ -0,0 +1,5 @@ +ARG BASE=openeuler/npmjs:latest +FROM ${BASE} + +ARG VERSION=19.1.1 +RUN npm install -g react@${VERSION} diff --git a/Others/react/README.md b/Others/react/README.md index 378ee96c..b4e1be99 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.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 | # Usage diff --git a/Others/react/doc/image-info.yml b/Others/react/doc/image-info.yml index d4a6b57e..ecae1aa7 100644 --- a/Others/react/doc/image-info.yml +++ b/Others/react/doc/image-info.yml @@ -11,6 +11,7 @@ tags: | | Tag | Currently | Architectures | |----------|-------------|------------------| + |[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 | download: | @@ -58,4 +59,4 @@ similar_packages: - Vue: Vue.js (通常简称为 Vue) 是一个用于构建用户界面的渐进式 JavaScript 框架,由前 Google 工程师尤雨溪 (Evan You) 于 2014 年发布。 dependency: - react-dom - - webpack + - webpack \ No newline at end of file diff --git a/Others/react/meta.yml b/Others/react/meta.yml index bff33691..78035043 100644 --- a/Others/react/meta.yml +++ b/Others/react/meta.yml @@ -1,4 +1,6 @@ 19.1.0-oe2403sp1: path: 19.1.0/24.03-lts-sp1/Dockerfile 19.1.1-oe2403sp1: - path: 19.1.1/24.03-lts-sp1/Dockerfile \ No newline at end of file + 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 -- Gitee