forked from TerraFERMA/TerraFERMA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e52764
commit 4072e7b
Showing
5 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,8 @@ | |
# | ||
|
||
# build using the TerraFERMA development environment | ||
FROM ghcr.io/terraferma/dev-env:fenics-2019.1.0-focal | ||
MAINTAINER terraferma <[email protected].edu> | ||
FROM ghcr.io/terraferma/dev-env:focal | ||
MAINTAINER Cian Wilson <cwilson@carnegiescience.edu> | ||
|
||
USER tfuser | ||
WORKDIR $TF_HOME/TerraFERMA | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
|
||
# build off Ubuntu 20.04LTS (Focal) with a few fixes for docker | ||
FROM phusion/baseimage:focal-1.2.0 | ||
MAINTAINER terraferma <[email protected].edu> | ||
MAINTAINER Cian Wilson <cwilson@carnegiescience.edu> | ||
|
||
# Get Ubuntu updates | ||
USER root | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,9 +30,9 @@ | |
# | ||
|
||
# build from the base image | ||
ARG TAG=fenics-2019.1.0-focal | ||
ARG TAG=focal | ||
FROM ghcr.io/terraferma/base:${TAG} | ||
MAINTAINER terraferma <[email protected].edu> | ||
MAINTAINER Cian Wilson <cwilson@carnegiescience.edu> | ||
|
||
ARG DEBUG=0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,11 +26,11 @@ | |
# | ||
|
||
# build using the TerraFERMA development environment | ||
ARG TAG=fenics-2019.1.0-focal | ||
ARG TAG=focal | ||
FROM ghcr.io/terraferma/dev-env:${TAG} | ||
MAINTAINER terraferma <[email protected].edu> | ||
MAINTAINER Cian Wilson <cwilson@carnegiescience.edu> | ||
|
||
ARG BRANCH=master-2019.1.0 | ||
ARG BRANCH=main | ||
ARG REPO=https://github.com/TerraFERMA/TerraFERMA.git | ||
ARG DEBUG=0 | ||
|
||
|