Skip to content

Commit

Permalink
bump version in docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Chen committed Mar 12, 2024
1 parent 913df3c commit 8900f1a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ For more details on what is installed, please check the `Dockerfile`.

The versions of the main dependencies can be manipulated when building the Docker image via the arguments with given default values

- `ARG DUNEVERSION=2.7`: DUNE version. Available in all recipes.
- `ARG DUMUXVERSION=3.4`: DuMuX version. Available in all recipes.
- `ARG DUNEVERSION=2.9`: DUNE version. Available in all recipes.
- `ARG DUMUXVERSION=3.7`: DuMuX version. Available in all recipes.
- `ARG PRECICEVERSION=2.2.1`: preCICE version. Available only in "large" and "slim" recipes.
- `ARG PRECICEUBUNTU=focal`: preCICE target platform (here, Ubuntu Focal Fossa). Available only in "large" recipe.

Expand Down
4 changes: 2 additions & 2 deletions docker/dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ARG DUMUXINSTALLPATH=/opt/DUMUX
WORKDIR ${DUMUXINSTALLPATH}

# Obtain DuMuX and Dune repositories
ARG DUNEVERSION=2.8
ARG DUMUXVERSION=3.5
ARG DUNEVERSION=2.9
ARG DUMUXVERSION=3.7
COPY checkout_repositories.sh .
RUN bash checkout_repositories.sh ${DUNEVERSION} ${DUMUXVERSION}

Expand Down
4 changes: 2 additions & 2 deletions docker/dockerfile.large
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN apt-get install -y apt-utils vim htop git
RUN apt-get install -y openmpi-bin libopenmpi-dev git gcc g++ wget cmake sudo libboost-all-dev pkg-config python3

# Obtain DuMuX and Dune repositories
ARG DUNEVERSION=2.7
ARG DUMUXVERSION=3.4
ARG DUNEVERSION=2.9
ARG DUMUXVERSION=3.7
COPY checkout_repositories.sh .
RUN bash checkout_repositories.sh ${DUNEVERSION} ${DUMUXVERSION}

Expand Down
4 changes: 2 additions & 2 deletions docker/dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ARG DUMUXINSTALLPATH=/opt/DUMUX
WORKDIR ${DUMUXINSTALLPATH}

# Obtain DuMuX and Dune repositories
ARG DUNEVERSION=2.8
ARG DUMUXVERSION=3.5
ARG DUNEVERSION=2.9
ARG DUMUXVERSION=3.7
COPY checkout_repositories.sh .
RUN bash checkout_repositories.sh ${DUNEVERSION} ${DUMUXVERSION}

Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfile_dune-precice.slim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG DUMUXINSTALLPATH=/opt/DUMUX
WORKDIR ${DUMUXINSTALLPATH}

# Obtain DuMuX and Dune repositories
ARG DUNEVERSION=2.8
ARG DUNEVERSION=2.9
COPY checkout_repositories.sh .
RUN bash checkout_repositories.sh ${DUNEVERSION} none

Expand Down

0 comments on commit 8900f1a

Please sign in to comment.