diff --git a/Others/npm/11.6.3/24.03-lts-sp2/Dockerfile b/Others/npm/11.6.3/24.03-lts-sp2/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..a1c97d9949f12610b05a3168befdd7d976be2756 --- /dev/null +++ b/Others/npm/11.6.3/24.03-lts-sp2/Dockerfile @@ -0,0 +1,13 @@ +ARG BASE=openeuler/openeuler:24.03-lts-sp2 +FROM ${BASE} +ARG VERSION=11.6.3 + +RUN dnf update -y \ + && dnf install nodejs -y \ + && dnf clean all \ + && rm -rf /var/cache/dnf + +# `install.sh` installs the latest npm version +RUN curl -qL https://www.npmjs.com/install.sh | sh + +CMD ["npm", "-v"] diff --git a/Others/npm/README.md b/Others/npm/README.md index c0f6d640ed1b258b9fee630904e762740da00351..a6243e33e598c51ea7f6efc6c59c628235231bcb 100644 --- a/Others/npm/README.md +++ b/Others/npm/README.md @@ -18,6 +18,7 @@ The tag of each `npm` docker image is consist of the version of `npm` and the ve | Tag | Currently | Architectures | |----------|-------------|------------------| +|[11.6.3-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/npm/11.6.3/24.03-lts-sp2/Dockerfile) | npm 11.6.3 on openEuler 24.03-LTS-SP2 | amd64, arm64 | |[11.6.2-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/npm/11.6.2/24.03-lts-sp2/Dockerfile) | npm 11.6.2 on openEuler 24.03-LTS-SP2 | amd64, arm64 | |[11.4.2-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/npm/11.4.2/24.03-lts-sp1/Dockerfile)| npm 11.4.2 on openEuler 24.03-LTS-SP1 | amd64, arm64 | diff --git a/Others/npm/doc/image-info.yml b/Others/npm/doc/image-info.yml index 5a562e4666ca23f5be9d7e8df336dfcfe8704faf..1631e70602102e1f7cff882c87bb19304f6f6b88 100644 --- a/Others/npm/doc/image-info.yml +++ b/Others/npm/doc/image-info.yml @@ -11,6 +11,7 @@ tags: | | Tag | Currently | Architectures | |----------|-------------|------------------| + |[11.6.3-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/npm/11.6.3/24.03-lts-sp2/Dockerfile) | npm 11.6.3 on openEuler 24.03-LTS-SP2 | amd64, arm64 | |[11.6.2-oe2403sp2](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/npm/11.6.2/24.03-lts-sp2/Dockerfile) | npm 11.6.2 on openEuler 24.03-LTS-SP2 | amd64, arm64 | |[11.4.2-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Others/npm/11.4.2/24.03-lts-sp1/Dockerfile)| npm 11.4.2 on openEuler 24.03-LTS-SP1 | amd64, arm64 | diff --git a/Others/npm/meta.yml b/Others/npm/meta.yml index f8cc50b48e9fe3821a5cd6cc313f6a87650f5af9..8d702de7bab608869636d25ed3b8b531a4b994cc 100644 --- a/Others/npm/meta.yml +++ b/Others/npm/meta.yml @@ -5,4 +5,6 @@ 11.5.2-oe2403sp1: path: 11.5.2/24.03-lts-sp1/Dockerfile 11.6.2-oe2403sp2: - path: 11.6.2/24.03-lts-sp2/Dockerfile \ No newline at end of file + path: 11.6.2/24.03-lts-sp2/Dockerfile +11.6.3-oe2403sp2: + path: 11.6.3/24.03-lts-sp2/Dockerfile \ No newline at end of file