Skip to content

Commit 9c23553

Browse files
authored
Merge pull request #650 from yankay/fix-deprecated-maintainer-in-dockerfile
FIx deprecated "MAINTAINER" in Dockerfile
2 parents 8603b5b + bc89bbc commit 9c23553

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ARG BASEIMAGE
1616
FROM ${BASEIMAGE}
1717

18-
MAINTAINER Random Liu <[email protected]>
18+
LABEL maintainer="Random Liu <[email protected]>"
1919

2020
RUN clean-install util-linux libsystemd0 bash
2121

pkg/util/nethealth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414

1515
FROM busybox
16-
MAINTAINER Girish Kalele <[email protected]>
16+
LABEL maintainer="Girish Kalele <[email protected]>"
1717
COPY nethealth /usr/bin/
1818
ENTRYPOINT ["/usr/bin/nethealth"]

test/kernel_log_generator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
FROM bashell/alpine-bash
16-
MAINTAINER Random Liu <[email protected]>
16+
LABEL maintainer="Random Liu <[email protected]>"
1717

1818
# Use oom kill problem as default
1919
ENV PROBLEM /problems/oom_kill

0 commit comments

Comments
 (0)