Skip to content

Commit

Permalink
chore(dockerfile): replace deprecated MAINTAINER with LABEL (#8494)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumpy committed Aug 13, 2020
1 parent 2c5a727 commit a6f9bc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.compile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM openjdk:8
MAINTAINER sig-platform@spinnaker.io
LABEL maintainer="sig-platform@spinnaker.io"
ENV GRADLE_USER_HOME /workspace/.gradle
ENV GRADLE_OPTS -Xmx2048m
CMD ./gradlew build --no-daemon -PskipTests
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stable-slim
MAINTAINER sig-platform@spinnaker.io
LABEL maintainer="sig-platform@spinnaker.io"

WORKDIR /opt/deck
COPY docker /opt/deck/docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:bionic
MAINTAINER sig-platform@spinnaker.io
LABEL maintainer="sig-platform@spinnaker.io"

WORKDIR /opt/deck
COPY docker /opt/deck/docker
Expand Down

0 comments on commit a6f9bc0

Please sign in to comment.