Skip to content

Commit

Permalink
update to latest metadata fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander authored Apr 25, 2023
1 parent fa0a231 commit 562f557
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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",\
Expand All @@ -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

0 comments on commit 562f557

Please sign in to comment.