-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfile: Switching from MAINTAINER to LABEL.
As per https://docs.docker.com/engine/reference/builder/#/maintainer-deprecated, MAINTAINER <name> should be replaced by LABEL maintainer="name". This patch replace "MAINTAINER" inside the Dockerfile (daemon & daemon-base) by a "LABEL maintainer" entry in __DOCKERFILE_TRACEABILITY_LABELS__ Signed-off-by: Erwan Velu <[email protected]> (cherry picked from commit 6373c6a) Signed-off-by: Sébastien Han <[email protected]>
- Loading branch information
Showing
6 changed files
with
5 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 +1 @@ | ||
Blaine Gardner "[email protected]" | ||
Blaine Gardner <[email protected]> |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Erwan Velu <[email protected]> |
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 |
---|---|---|
|
@@ -18,4 +18,3 @@ LABEL description="Red Hat Ceph Storage 3" | |
LABEL summary="Provides the latest Red Hat Ceph Storage 3 on RHEL 7 in a fully featured and supported base image." | ||
LABEL io.k8s.display-name="Red Hat Ceph Storage 3 on RHEL 7" | ||
LABEL io.openshift.tags="rhceph ceph" | ||
LABEL maintainer="Erwan Velu <[email protected]>" |
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
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
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