diff --git a/Others/next/15.5.2/24.03-lts-sp1/Dockerfile b/Others/next/15.5.2/24.03-lts-sp1/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..9e66f2febb01718a29bc93ac973e27175e481a80 --- /dev/null +++ b/Others/next/15.5.2/24.03-lts-sp1/Dockerfile @@ -0,0 +1,5 @@ +ARG BASE=openeuler/npmjs:latest +FROM ${BASE} + +ARG VERSION=15.3.0 +RUN npm install -g next@${VERSION} diff --git a/Others/next/README.md b/Others/next/README.md index 3e6c7381a21add5c51ef1291b57d279b609db96e..0f8d0c84a84656d8fc2aeb0c3fb52f686532c7fc 100644 --- a/Others/next/README.md +++ b/Others/next/README.md @@ -18,6 +18,7 @@ The tag of each `next` docker image is consist of the version of `next` and the | Tag | Currently | Architectures | |----------|-------------------------------------------|------------------| +|[15.5.2-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/next/15.5.2/24.03-lts-sp1/Dockerfile) | next 15.5.2 on openEuler 24.03-LTS-SP1 | amd64, arm64 | |[15.3.4-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/next/15.3.4/24.03-lts-sp1/Dockerfile)| Next.js 15.3.4 on openEuler 24.03-LTS-SP1 | amd64, arm64 | # Usage diff --git a/Others/next/doc/image-info.yml b/Others/next/doc/image-info.yml index 8ffbd8196a5e122e3d4a8726724592809fd024e0..8d8d5c0dbb2b5a40f1bf96b58321853f132c501d 100644 --- a/Others/next/doc/image-info.yml +++ b/Others/next/doc/image-info.yml @@ -11,6 +11,7 @@ tags: | | Tag | Currently | Architectures | |----------|-------------|------------------| + |[15.5.2-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/next/15.5.2/24.03-lts-sp1/Dockerfile) | next 15.5.2 on openEuler 24.03-LTS-SP1 | amd64, arm64 | |[15.3.4-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/next/15.3.4/24.03-lts-sp1/Dockerfile)| Next.js 15.3.4 on openEuler 24.03-LTS-SP1 | amd64, arm64 | download: | @@ -44,4 +45,4 @@ similar_packages: dependency: - react - next - - react-dom + - react-dom \ No newline at end of file diff --git a/Others/next/meta.yml b/Others/next/meta.yml index e3ff024d9a9744955e74087a1a73859f63f606bd..f8f6a161dd03b796f57980630ebf8540f61faf68 100644 --- a/Others/next/meta.yml +++ b/Others/next/meta.yml @@ -1,4 +1,6 @@ 15.3.4-oe2403sp1: path: 15.3.4/24.03-lts-sp1/Dockerfile 15.4.6-oe2403sp1: - path: 15.4.6/24.03-lts-sp1/Dockerfile \ No newline at end of file + path: 15.4.6/24.03-lts-sp1/Dockerfile +15.5.2-oe2403sp1: + path: 15.5.2/24.03-lts-sp1/Dockerfile \ No newline at end of file