apify / apify-actor-docker

Base Docker images for Apify actors.
https://hub.docker.com/u/apify
Apache License 2.0
70 stars 23 forks source link

Fix invalid label key (Description -> description) #115

Closed vdusek closed 1 year ago

vdusek commented 1 year ago

According to the Docker docs (https://docs.docker.com/config/labels-custom-metadata/#label-keys-and-values):

Label keys should begin and end with a lower-case letter and should only contain lower-case alphanumeric characters, the period character (.), and the hyphen character (-). Consecutive periods or hyphens are not allowed.