Skip to content

Commit

Permalink
Drop MAINTAINER docker commands
Browse files Browse the repository at this point in the history
MAINTAINER is a deprecated command, and LABELs are preferred. We already
have vendor and url labels with this same information.
  • Loading branch information
Fryguy committed Mar 15, 2024
1 parent b0c9ed3 commit 4e9e8d6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion images/manageiq-base-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN /vddk/extract-vmware-vddk
################################################################################

FROM ${FROM_REPO}/manageiq-base:${FROM_TAG}
MAINTAINER ManageIQ https://manageiq.org

LABEL name="manageiq-base-worker" \
summary="ManageIQ Worker Image"
Expand Down
3 changes: 1 addition & 2 deletions images/manageiq-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ ENV TERM=xterm \
CONTAINER=true \
APP_ROOT=/var/www/miq/vmdb

MAINTAINER ManageIQ https://manageiq.org
LABEL name="manageiq-base" \
summary="ManageIQ base application image" \
vendor="ManageIQ" \
url="https://manageiq.org/" \
summary="ManageIQ base application image" \
description="ManageIQ is a management and automation platform for virtual, private, and hybrid cloud infrastructures." \
io.k8s.display-name="ManageIQ" \
io.k8s.description="ManageIQ is a management and automation platform for virtual, private, and hybrid cloud infrastructures." \
Expand Down
1 change: 0 additions & 1 deletion images/manageiq-orchestrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ ARG FROM_REPO=docker.io/manageiq
ARG FROM_TAG=latest

FROM ${FROM_REPO}/manageiq-base:${FROM_TAG}
MAINTAINER ManageIQ https://manageiq.org

LABEL name="manageiq-orchestrator" \
summary="ManageIQ Orchestrator Image"
Expand Down
1 change: 0 additions & 1 deletion images/manageiq-ui-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ ARG FROM_REPO=docker.io/manageiq
ARG FROM_TAG=latest

FROM ${FROM_REPO}/manageiq-webserver-worker:${FROM_TAG}
MAINTAINER ManageIQ https://manageiq.org

LABEL name="manageiq-ui-worker" \
summary="ManageIQ user interface worker image"
1 change: 0 additions & 1 deletion images/manageiq-webserver-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ FROM ${FROM_REPO}/manageiq-rpms:${FROM_TAG} as rpms
FROM ${FROM_REPO}/manageiq-base-worker:${FROM_TAG}
ARG RPM_PREFIX=manageiq

MAINTAINER ManageIQ https://manageiq.org
LABEL name="manageiq-webserver-worker" \
summary="ManageIQ web server worker image"

Expand Down

0 comments on commit 4e9e8d6

Please sign in to comment.