Skip to content

Commit

Permalink
Remove images and references to Ubuntu Bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
gassmoeller authored and tukss committed Jun 14, 2023
1 parent 672cc7d commit 6abb8f9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 89 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./docker/rayleigh/
cache-from: type=registry,ref=geodynamics/rayleigh-buildenv-bionic
cache-from: type=registry,ref=geodynamics/rayleigh-buildenv-jammy
cache-to: type=inline
push: true
tags: geodynamics/rayleigh:latest
Expand All @@ -47,7 +47,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./docker/rayleigh/
cache-from: type=registry,ref=geodynamics/rayleigh-buildenv-bionic
cache-from: type=registry,ref=geodynamics/rayleigh-buildenv-jammy
cache-to: type=inline
push: true
tags: geodynamics/rayleigh:${{github.ref_name}}
Expand Down
6 changes: 3 additions & 3 deletions doc/source/User_Guide/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ You can download our pre-built container from Docker Hub and launch it using the
./docker-devel
# This runs the following command:
# docker run -it --rm -v $HOME:/work -e HOSTUID=$UID -e HOSTGID=$GROUPS -e HOSTUSER=$USER geodynamics/rayleigh-devel-bionic:latest
# docker run -it --rm -v $HOME:/work -e HOSTUID=$UID -e HOSTGID=$GROUPS -e HOSTUSER=$USER geodynamics/rayleigh-devel-jammy:latest
This will give you a shell inside the container and mount your home directory at ``/work``. You can clone, configure, build, and run the code and analyze the outputs using Python inside the container. Any changes below ``/work`` will be reflected in your home directory. Any other changes to the container will be deleted once you exit the shell.

Expand Down Expand Up @@ -159,7 +159,7 @@ On the first launch of the container, your local Docker engine will automaticall

.. code-block:: bash
docker pull geodynamics/rayleigh-devel-bionic:latest
docker pull geodynamics/rayleigh-devel-jammy:latest
Building the container
^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -170,7 +170,7 @@ To build the container you have to run this command from your host system (i.e.,
.. code-block:: bash
cd docker
docker build -t geodynamics/rayleigh-devel-bionic:latest rayleigh-devel-bionic
docker build -t geodynamics/rayleigh-devel-jammy:latest rayleigh-devel-jammy
You can check the newly built container is there using this command.

Expand Down
39 changes: 0 additions & 39 deletions docker/rayleigh-buildenv-bionic/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion docker/rayleigh-buildenv-bionic/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions docker/rayleigh-devel-bionic/Dockerfile

This file was deleted.

28 changes: 0 additions & 28 deletions docker/rayleigh-devel-bionic/entrypoint.sh

This file was deleted.

0 comments on commit 6abb8f9

Please sign in to comment.