labelling the docker image
parent
884137a986
commit
c7c774041b
@ -0,0 +1,10 @@
|
|||||||
|
org.label-schema.name="gomud echo"
|
||||||
|
org.label-schema.description="simple echo server for testing gomud functionality"
|
||||||
|
org.label-schema.vcs-ref=$VCS_REF // this is a git commit, parameterize this too
|
||||||
|
org.label-schema.vcs-url=code.ndumas.com/ndumas/gomud
|
||||||
|
org.label-schema.license="MIT License"
|
||||||
|
org.label-schema.schema-version="" // TODO: parameterize this
|
||||||
|
name="gomud-echo"
|
||||||
|
vendor="ndumas"
|
||||||
|
description="simple echo server for testing gomud functionality"
|
||||||
|
summary="Deploy a gomud echo server"
|
Loading…
Reference in New Issue