Browse Source

Replace deprecated MAINTAINER with OCI-compliant LABEL (#12360)

pull/12369/head
Zied Kharrat 3 months ago
committed by GitHub
parent
commit
5cd3f40cbc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions
  1. 3
      test-infra/image-builder/roles/kubevirt-images/templates/Dockerfile

3
test-infra/image-builder/roles/kubevirt-images/templates/Dockerfile

@ -1,6 +1,7 @@
FROM kubevirt/registry-disk-v1alpha
ARG cloud_image
MAINTAINER "The Kubespray Project" <kubespray@googlegroups.com>
LABEL org.opencontainers.image.authors="The Kubespray Project <kubespray@googlegroups.com>"
COPY $cloud_image /disk
Loading…
Cancel
Save