Skip to content

Commit

Permalink
Update deprecated MAINTAINER instruction
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Jan 12, 2022
1 parent 5a957c5 commit 5d85981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
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
Expand All @@ -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
4 changes: 2 additions & 2 deletions Dockerfile-focal
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
Expand All @@ -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

0 comments on commit 5d85981

Please sign in to comment.