Aspose.Cells Cloud Docker Image Tags
Aspose.Cells Cloud provides ready‑to‑run Docker images for Windows Server (2016, 2019, 2022) and Linux.
Each image is versioned with a tag that identifies the product release and the target operating system.
Use the tags below to pull the exact image you need, and refer to the accompanying pull‑and‑run examples for quick start‑up.
Windows Server 2016 Images
| Tags |
Architecture |
Dockerfile |
Remark |
✅ ltsc2016.23.5.0 |
x64 |
Dockerfile not published – image is built from an internal base; see the release notes for build details. |
No newer tag is planned for Windows Server 2016; this is the final released version. |
docker pull aspose/cells:ltsc2016.23.5.0
docker run -d --name cells-ws2016 -p 8080:80 aspose/cells:ltsc2016.23.5.0
Windows Server 2019 Images
| Tags |
Architecture |
Dockerfile |
Remark |
✅ ltsc2019.25.10.0 |
x64 |
Dockerfile not published – image is built from an internal base; see the release notes for build details. |
— |
docker pull aspose/cells:ltsc2019.25.10.0
docker run -d --name cells-ws2019 -p 8080:80 aspose/cells:ltsc2019.25.10.0
Windows Server 2022 Images
| Tags |
Architecture |
Dockerfile |
Remark |
✅ ltsc2022.25.10.0 |
x64 |
Dockerfile not published – image is built from an internal base; see the release notes for build details. |
— |
docker pull aspose/cells:ltsc2022.25.10.0
docker run -d --name cells-ws2022 -p 8080:80 aspose/cells:ltsc2022.25.10.0
Linux Images
| Tags |
Architecture |
Dockerfile |
Remark |
✅ linux.25.10.0 |
x64 |
Dockerfile not published – image is built from an internal base; see the release notes for build details. |
— |
docker pull aspose/cells:linux.25.10.0
docker run -d --name cells-linux -p 8080:80 aspose/cells:linux.25.10.0