The official Next.js docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current Next.js docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Next.js is a React framework for building full-stack web applications. You use React Components to build user interfaces, and Next.js for additional features and optimizations.
Learn more on Next.js Website.
The tag of each next docker image is consist of the version of next and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 16.2.7-oe2403sp4 | next 16.2.7 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 16.2.7-oe2403sp3 | next 16.2.7 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 16.2.1-oe2403sp3 | next 16.2.1 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 16.1.6-oe2403sp3 | next 16.1.6 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 16.0.1-oe2403sp2 | next 16.0.1 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 15.5.3-oe2403sp2 | next 15.5.3 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 15.5.2-oe2403sp1 | next 15.5.2 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 15.3.4-oe2403sp1 | Next.js 15.3.4 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/next image from docker
docker pull openeuler/next:{Tag}
Run with an interactive shell
You can also start the container with an interactive shell to use next.
docker run -it --rm openeuler/next:{Tag} bash
Create a Next.js Project
Run the following command to set up a new Next.js app:
npx create-next-app@lateste
This will:
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:afefb0e85…
Size
325.4 MB
Last updated
2 months ago
docker pull openeuler/nextPulls:
23
Sep 7 to Sep 13