apel / ssm

Secure STOMP Messenger.
apel.github.io
Apache License 2.0
11 stars 24 forks source link

Update Dockerfile to use LABELs #328

Closed tofu-rocketry closed 4 months ago

tofu-rocketry commented 4 months ago

MAINTAINER is deprecated. Using LABEL with an annotation key from The OpenContainers Annotations Spec is now recommended.

Something like:

LABEL org.opencontainers.image.authors="apel-admins@stfc.ac.uk"

We could add other annotations, similar to the metadata in setup.py: https://github.com/apel/ssm/blob/dev/setup.py#L46