mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 06:29:29 +01:00
Update Maintainer Field in Dockerfiles
Set the maintainer field to use the more generic SIG scheduling name and email address.
This commit is contained in:
@@ -21,7 +21,7 @@ RUN VERSION=${VERSION} make build.$ARCH
|
|||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
MAINTAINER Avesh Agarwal <avesh.ncsu@gmail.com>
|
MAINTAINER Kubernetes SIG Scheduling <kubernetes-sig-scheduling@googlegroups.com>
|
||||||
|
|
||||||
USER 1000
|
USER 1000
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
MAINTAINER Avesh Agarwal <avesh.ncsu@gmail.com>
|
MAINTAINER Kubernetes SIG Scheduling <kubernetes-sig-scheduling@googlegroups.com>
|
||||||
|
|
||||||
USER 1000
|
USER 1000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user