-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deprecated
MAINTAINER
instruction
Signed-off-by: Nicolas Bock <[email protected]>
- Loading branch information
1 parent
5a957c5
commit 5d85981
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM ubuntu:bionic | ||
MAINTAINER [email protected] | ||
LABEL org.opencontainers.image.authors=[email protected] | ||
|
||
COPY scripts/prepare-container.sh /usr/sbin | ||
RUN /usr/sbin/prepare-container.sh | ||
|
@@ -11,4 +11,4 @@ ENV FC gfortran-10 | |
ENV CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:-Debug} | ||
RUN INSTALL_DIR=/usr /usr/sbin/install-bml.sh | ||
|
||
WORkDIR /root | ||
WORKDIR /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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM ubuntu:focal | ||
MAINTAINER [email protected] | ||
LABEL org.opencontainers.image.authors=[email protected] | ||
|
||
COPY scripts/prepare-container-focal.sh /usr/sbin | ||
RUN /usr/sbin/prepare-container-focal.sh | ||
|
@@ -11,4 +11,4 @@ ENV FC gfortran-10 | |
ENV CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:-Debug} | ||
RUN INSTALL_DIR=/usr /usr/sbin/install-bml.sh | ||
|
||
WORkDIR /root | ||
WORKDIR /root |