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 and Williangalvani committed May 18, 2023
1 parent fa0a231 commit 3ca5a02
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,33 @@ 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 permissions '\
LABEL version="1.0.3"
LABEL permissions='\
{\
"NetworkMode": "host",\
"HostConfig": {\
"Privileged": true,\
"NetworkMode": "host",\
}'
LABEL authors '[\
LABEL authors='[\
{\
"name": "Willian Galvani",\
"email": "willian@bluerobotics.com"\
}\
]'
LABEL docs ''
LABEL company '{\
LABEL company='{\
"about": "",\
"name": "Blue Robotics",\
"email": "support@bluerobotics.com"\
}'
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 type="other"
LABEL tags='[\
"communication"\
]'
LABEL readme='https://raw.githubusercontent.com/Williangalvani/BlueOS-VirtualHere/{tag}/Readme.md'
LABEL links='{\
"website": "https://github.com/Williangalvani/BlueOS-VirtualHere",\
"support": "https://github.com/Williangalvani/BlueOS-VirtualHere/issues"\
}'
LABEL requirements="core >= 1.1"
ENTRYPOINT ./vhusbdarm

0 comments on commit 3ca5a02

Please sign in to comment.