From e387012b5ff463844abedc956508f51d9940c4d1 Mon Sep 17 00:00:00 2001 From: openeuler_bot Date: Mon, 25 Aug 2025 04:26:09 +0000 Subject: [PATCH] 24.03-lts-sp1 update next to 15.5.0 --- Others/next/15.5.0/24.03-lts-sp1/Dockerfile | 5 +++++ Others/next/README.md | 1 + Others/next/doc/image-info.yml | 3 ++- Others/next/meta.yml | 4 +++- 4 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 Others/next/15.5.0/24.03-lts-sp1/Dockerfile diff --git a/Others/next/15.5.0/24.03-lts-sp1/Dockerfile b/Others/next/15.5.0/24.03-lts-sp1/Dockerfile new file mode 100644 index 00000000..9e66f2fe --- /dev/null +++ b/Others/next/15.5.0/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 3e6c7381..883444f7 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.0-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/next/15.5.0/24.03-lts-sp1/Dockerfile) | next 15.5.0 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 8ffbd819..c1588fcf 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.0-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/next/15.5.0/24.03-lts-sp1/Dockerfile) | next 15.5.0 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 e3ff024d..42b77739 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.0-oe2403sp1: + path: 15.5.0/24.03-lts-sp1/Dockerfile \ No newline at end of file -- Gitee