From 562f5578a50749c4447a8d781b67635f7ca4c04f Mon Sep 17 00:00:00 2001 From: ES-Alexander Date: Tue, 25 Apr 2023 22:18:40 +1000 Subject: [PATCH] update to latest metadata fields --- Dockerfile | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8875d29..65d16b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apt update && apt install -y wget RUN wget https://virtualhere.com/sites/default/files/usbserver/vhusbdarm RUN chmod +x vhusbdarm -LABEL version="1.0.2" +LABEL version "1.0.3" LABEL permissions '\ {\ "NetworkMode": "host",\ @@ -19,14 +19,19 @@ LABEL authors '[\ "email": "willian@bluerobotics.com"\ }\ ]' -LABEL docs '' -LABEL company '{\ +LABEL maintainer '{\ "about": "",\ "name": "Blue Robotics",\ "email": "support@bluerobotics.com"\ }' +LABEL type "other" +LABEL tags '[\ + "communication"\ + ]' LABEL readme 'https://raw.githubusercontent.com/Williangalvani/BlueOS-VirtualHere/{tag}/Readme.md' -LABEL website 'https://github.com/Williangalvani/BlueOS-VirtualHere' -LABEL support 'https://github.com/Williangalvani/BlueOS-VirtualHere/issues' -LABEL requirements="core >= 1" +LABEL links '{\ + "website": "https://github.com/Williangalvani/BlueOS-VirtualHere",\ + "support": "https://github.com/Williangalvani/BlueOS-VirtualHere/issues"\ + }' +LABEL requirements "core >= 1" ENTRYPOINT ./vhusbdarm