diff --git a/Others/next/16.0.0-beta.0/24.03-lts-sp2/Dockerfile b/Others/next/16.0.0-beta.0/24.03-lts-sp2/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..9e66f2febb01718a29bc93ac973e27175e481a80 --- /dev/null +++ b/Others/next/16.0.0-beta.0/24.03-lts-sp2/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 704300708399af2168639fe4846a2373592b7a52..881552a22594f6e768517bcc6e98b56816bac628 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 | |----------|-------------------------------------------|------------------| +|[16.0.0-beta.0-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/next/16.0.0-beta.0/24.03-lts-sp2/Dockerfile) | next 16.0.0-beta.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 | |[15.5.3-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/next/15.5.3/24.03-lts-sp2/Dockerfile) | next 15.5.3 on openEuler 24.03-LTS-SP2 | amd64, arm64 | |[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 | diff --git a/Others/next/doc/image-info.yml b/Others/next/doc/image-info.yml index a9302c8cf26e722d631e663e1292ce6b621600c0..ac6d1c72291f657f27697979694850c7320b2c80 100644 --- a/Others/next/doc/image-info.yml +++ b/Others/next/doc/image-info.yml @@ -11,6 +11,7 @@ tags: | | Tag | Currently | Architectures | |----------|-------------|------------------| + |[16.0.0-beta.0-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/next/16.0.0-beta.0/24.03-lts-sp2/Dockerfile) | next 16.0.0-beta.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 | |[15.5.3-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/next/15.5.3/24.03-lts-sp2/Dockerfile) | next 15.5.3 on openEuler 24.03-LTS-SP2 | amd64, arm64 | |[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 | diff --git a/Others/next/meta.yml b/Others/next/meta.yml index 57f5c05560c0e0975bdbd0450f504e1e7d41d580..0233d4d061d76d899eb8d87d375937269ee36bb9 100644 --- a/Others/next/meta.yml +++ b/Others/next/meta.yml @@ -5,4 +5,6 @@ 15.5.2-oe2403sp1: path: 15.5.2/24.03-lts-sp1/Dockerfile 15.5.3-oe2403sp2: - path: 15.5.3/24.03-lts-sp2/Dockerfile \ No newline at end of file + path: 15.5.3/24.03-lts-sp2/Dockerfile +16.0.0-beta.0-oe2403sp2: + path: 16.0.0-beta.0/24.03-lts-sp2/Dockerfile \ No newline at end of file