Skip to content

Commit b8639d7

Browse files
committed
Clarify portability testing docs
1 parent 819cd48 commit b8639d7

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

src/doc/en/developer/portability_testing.rst

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,24 +1139,25 @@ makes them available on `GitHub Packages
11391139
<https://github.com/features/packages>`_ (ghcr.io).
11401140

11411141
This makes it easy for developers to debug problems that showed up in
1142-
the build logs for a given platform.
1142+
the build logs for a given platform. These images are not intended for production
1143+
deployment.
11431144

11441145
The image version corresponding to the latest development release
11451146
receives the additional Docker tag ``dev``, see for example the Docker
1146-
image for the platform `ubuntu-focal-standard
1147-
<https://github.com/sagemath/sage/pkgs/container/sage%2Fsage-ubuntu-focal-standard-with-targets-optional>`_. Thus,
1147+
image for the platform `ubuntu-focal-maximal
1148+
<https://github.com/sagemath/sage/pkgs/container/sage%2Fsage-ubuntu-focal-maximal-with-targets-optional>`_. Thus,
11481149
for example, the following command will work::
11491150

1150-
$ docker run -it ghcr.io/sagemath/sage/sage-ubuntu-focal-standard-with-targets-optional:dev bash
1151-
Unable to find image 'ghcr.io/sagemath/sage/sage-ubuntu-focal-standard-with-targets-optional:dev' locally
1152-
dev: Pulling from sagemath/sage/sage-ubuntu-focal-standard-with-targets-optional
1151+
$ docker run -it ghcr.io/sagemath/sage/sage-ubuntu-focal-maximal-with-targets-optional:dev bash
1152+
Unable to find image 'ghcr.io/sagemath/sage/sage-ubuntu-focal-maximal-with-targets-optional:dev' locally
1153+
dev: Pulling from sagemath/sage/sage-ubuntu-focal-maximal-with-targets-optional
11531154
d5fd17ec1767: Already exists
11541155
67586203f0c7: Pull complete
11551156
b63c529f4777: Pull complete
11561157
...
11571158
159775d1a3d2: Pull complete
11581159
Digest: sha256:e6ba5e12f59c6c4668692ef4cfe4ae5f242556482664fb347bf260f32bf8e698
1159-
Status: Downloaded newer image for ghcr.io/sagemath/sage/sage-ubuntu-focal-standard-with-targets-optional:dev
1160+
Status: Downloaded newer image for ghcr.io/sagemath/sage/sage-ubuntu-focal-maximal-with-targets-optional:dev
11601161
root@8055a7ba0607:/sage# ./sage
11611162
┌────────────────────────────────────────────────────────────────────┐
11621163
│ SageMath version 9.6, Release Date: 2022-05-15 │
@@ -1188,6 +1189,9 @@ are available:
11881189
installation of Sage, including the HTML documentation, but ``make
11891190
ptest`` has not been run yet.
11901191

1192+
Note that some of these images are outdated due to build errors.
1193+
Moreover, standard and minimal images are discontinued.
1194+
11911195
.. only:: html
11921196

11931197
.. include:: portability_platform_table.rst

0 commit comments

Comments
 (0)