Skip to content

Commit edd7cac

Browse files
authored
Update release instructions related to Docker (#4454)
1 parent cd78cbf commit edd7cac

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

doc/sphinx/source/community/release_strategy/release_strategy.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -617,17 +617,12 @@ Contact the feedstock maintainers if you want to become a maintainer yourself.
617617
9. Check the Docker images
618618
~~~~~~~~~~~~~~~~~~~~~~~~~~
619619

620-
There are three main Docker container images available for ESMValTool on
620+
There are two main Docker container images available for ESMValTool on
621621
`Dockerhub <https://hub.docker.com/r/esmvalgroup/esmvaltool/tags>`_:
622622

623623
- ``esmvalgroup/esmvaltool:stable``, built from `docker/Dockerfile <https://github.com/ESMValGroup/ESMValTool/blob/main/docker/Dockerfile>`_,
624624
this is a tag that is always the same as the latest released version.
625625
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.
631626
- ``esmvalgroup/esmvaltool:experimental``, built from `docker/Dockerfile.exp <https://github.com/ESMValGroup/ESMValTool/blob/main/docker/Dockerfile.exp>`_,
632627
this is a tag that always points to the latest development version of
633628
ESMValTool with the latest development version of ESMValCore.
@@ -637,7 +632,7 @@ There are three main Docker container images available for ESMValTool on
637632
This image is built by Dockerhub every time there is a new commit to the
638633
ESMValTool ``main`` branch on Github.
639634

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
641636
for every release (e.g. ``esmvalgroup/esmvaltool:v2.5.0``).
642637
When working on the Docker images, always try to follow the
643638
`best practices <https://docs.docker.com/develop/develop-images/dockerfile_best-practices/>`__.
@@ -662,7 +657,7 @@ the container image for v2.5.0 of the tool run:
662657
663658
git checkout v2.5.0
664659
git clean -x
665-
docker build -t esmvalgroup/esmvaltool:v2.5.0 . -f docker/Dockerfile
660+
docker build --pull -t esmvalgroup/esmvaltool:v2.5.0 . -f docker/Dockerfile
666661
docker push esmvalgroup/esmvaltool:v2.5.0
667662
668663
and if it is the latest release that you are updating, also run

0 commit comments

Comments
 (0)