anomaly / lab-python-server

A template for building containerised web applications in Python with a recommended set o f dependencies and tooling
Apache License 2.0
11 stars 2 forks source link

Add meta information to Dockerfile using LABEL #64

Open devraj opened 1 year ago

devraj commented 1 year ago

Is your feature request related to a problem? Please describe. Having recently switched to ghcr I noticed that the interfaces prompts publishers to provide additional information about the container using LABEL

Describe the solution you'd like Add relevant LABEL for the template which the adopting projects will build upon.

Our documentation should capture the best practices and what's expected of the developers adopting this template.