simphony / simphony-osp

A framework that aims to achieve interoperability between software such as simulation engines, databases and data repositories using a knowledge graph as the common language.
https://simphony.readthedocs.io
Other
16 stars 12 forks source link

Dockerfile MAINTAINER command #717

Closed pablo-de-andres closed 3 years ago

pablo-de-andres commented 3 years ago

The MAINTAINER command is deprecated, and LABEL maintainer="name" should be used instead

kysrpex commented 3 years ago

Actually, docker suggests:

LABEL org.opencontainers.image.authors="SvenDowideit@home.org.au"
pablo-de-andres commented 3 years ago

Yes, it looks like they have changed the key. This will have to be updated in wrapper_development and some wrappers as well.