1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +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:
Sean Malloy
2021-03-01 23:19:42 -06:00
parent 967911e4c1
commit 5f4dfbc922
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
# limitations under the License.
FROM scratch
MAINTAINER Avesh Agarwal <avesh.ncsu@gmail.com>
MAINTAINER Kubernetes SIG Scheduling <kubernetes-sig-scheduling@googlegroups.com>
USER 1000