Skip to content

Commit

Permalink
Dockerfile: update to latest metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander authored and Williangalvani committed May 4, 2023
1 parent be6fae0 commit 7bb1bb5
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,33 @@ RUN mkdir -p /home/pi
COPY dvl-a50 /home/pi/dvl-a50
RUN cd /home/pi/dvl-a50 && pip3 install .

LABEL version="1.0.2"
LABEL permissions '\
LABEL version="1.0.3"
LABEL permissions='\
{\
"NetworkMode": "host"\
}'
LABEL authors '[\
LABEL authors='[\
{\
"name": "Willian Galvani",\
"email": "[email protected]"\
}\
]'
LABEL docs ''
LABEL company '{\
LABEL company='{\
"about": "",\
"name": "Blue Robotics",\
"email": "[email protected]"\
}'
LABEL readme 'https://raw.githubusercontent.com/bluerobotics/BlueOS-Water-Linked-DVL/{tag}/README.md'
LABEL website 'https://github.com/bluerobotics/BlueOS-Water-Linked-DVL'
LABEL support 'https://github.com/bluerobotics/BlueOS-Water-Linked-DVL'
LABEL requirements "core > 1"
LABEL type="device-integration"
LABEL tags='[\
"positioning",\
"navigation",\
"doppler-velocity-log"\
]'
LABEL readme='https://raw.githubusercontent.com/bluerobotics/BlueOS-Water-Linked-DVL/{tag}/README.md'
LABEL links='{\
"website": "https://github.com/bluerobotics/BlueOS-Water-Linked-DVL",\
"support": "https://github.com/bluerobotics/BlueOS-Water-Linked-DVL/issues"\
}'
LABEL requirements="core >= 1.1"

ENTRYPOINT /home/pi/dvl-a50/main.py

0 comments on commit 7bb1bb5

Please sign in to comment.