You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ``esmvalgroup/esmvaltool:stable``, built from `docker/Dockerfile <https://github.com/ESMValGroup/ESMValTool/blob/main/docker/Dockerfile>`_,
624
624
this is a tag that is always the same as the latest released version.
625
625
This image is only built by Dockerhub when a new release is created.
626
-
- ``esmvalgroup/esmvaltool:development``, built from `docker/Dockerfile.dev <https://github.com/ESMValGroup/ESMValTool/blob/main/docker/Dockerfile.dev>`_,
627
-
this is a tag that always points to the latest development version of
628
-
ESMValTool.
629
-
This image is built by Dockerhub every time there is a new commit to the
630
-
``main`` branch on Github.
631
626
- ``esmvalgroup/esmvaltool:experimental``, built from `docker/Dockerfile.exp <https://github.com/ESMValGroup/ESMValTool/blob/main/docker/Dockerfile.exp>`_,
632
627
this is a tag that always points to the latest development version of
633
628
ESMValTool with the latest development version of ESMValCore.
@@ -637,7 +632,7 @@ There are three main Docker container images available for ESMValTool on
637
632
This image is built by Dockerhub every time there is a new commit to the
638
633
ESMValTool ``main`` branch on Github.
639
634
640
-
In addition to the three images mentioned above, there is an image available
635
+
In addition to the two images mentioned above, there is an image available
641
636
for every release (e.g. ``esmvalgroup/esmvaltool:v2.5.0``).
642
637
When working on the Docker images, always try to follow the
0 commit comments