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 0000000000000000000000000000000000000000..25ed92503fffbc32e6aa4fa757792cf49420cf81 --- /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 b4e1be99d7f64310a59c3dbce0a6c19a1cf26231..8c81476edc22433a358f18441c154dfbcc18fd61 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 ecae1aa74b66b3c2874277a441cb894f9ff95f76..937a359e1ca755624235eb274a6a6894f901b6c0 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 78035043f76ab8deeffe5e40333b483172fc9f25..357f90d2f2baa1dea8ee459bd6c1e52687794c29 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