From 2e6e285cdd9488d4baad982bd0bc81a378b0c621 Mon Sep 17 00:00:00 2001 From: openeuler_bot Date: Thu, 2 Oct 2025 00:04:43 +0000 Subject: [PATCH] 24.03-lts-sp2 update react to 19.2.0 --- Others/react/19.2.0/24.03-lts-sp2/Dockerfile | 5 +++++ Others/react/README.md | 1 + Others/react/doc/image-info.yml | 1 + Others/react/meta.yml | 4 +++- 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 Others/react/19.2.0/24.03-lts-sp2/Dockerfile diff --git a/Others/react/19.2.0/24.03-lts-sp2/Dockerfile b/Others/react/19.2.0/24.03-lts-sp2/Dockerfile new file mode 100644 index 00000000..25ed9250 --- /dev/null +++ b/Others/react/19.2.0/24.03-lts-sp2/Dockerfile @@ -0,0 +1,5 @@ +ARG BASE=openeuler/npmjs:latest +FROM ${BASE} + +ARG VERSION=19.2.0 +RUN npm install -g react@${VERSION} diff --git a/Others/react/README.md b/Others/react/README.md index b4e1be99..8c81476e 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.0-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/react/19.2.0/24.03-lts-sp2/Dockerfile) | react 19.2.0 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 ecae1aa7..937a359e 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.0-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/react/19.2.0/24.03-lts-sp2/Dockerfile) | react 19.2.0 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 78035043..357f90d2 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.0-oe2403sp2: + path: 19.2.0/24.03-lts-sp2/Dockerfile \ No newline at end of file -- Gitee