Update backup image maintainer

Maintainer of the image should not be set to personal emails,
but rather a specific project.

Change-Id: I4855ccabb270a242185e9ac23beeb755638cb5ae
This commit is contained in:
Dmitriy Rabotyagov 2025-05-01 12:00:26 +02:00
parent 7ddb01cc86
commit 3ba7bb3efe

View File

@ -1,5 +1,5 @@
FROM quay.io/openstack.trove/ubuntu:20.04
LABEL maintainer="anlin.kong@gmail.com"
LABEL maintainer="Trove Project (https://storyboard.openstack.org/#!/project/openstack/trove)"
ARG DATASTORE="mysql"
ARG DATASTORE_VERSION="5.7"