Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to latest metadata fields #2

Merged
merged 1 commit into from
May 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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