From 7bb1bb5214922bdd546289ef9405f5a99ebb8113 Mon Sep 17 00:00:00 2001 From: ES-Alexander Date: Tue, 25 Apr 2023 22:43:04 +1000 Subject: [PATCH] Dockerfile: update to latest metadata --- Dockerfile | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9fe4f0f..f73a885 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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": "willian@bluerobotics.com"\ }\ ]' -LABEL docs '' -LABEL company '{\ +LABEL company='{\ "about": "",\ "name": "Blue Robotics",\ "email": "support@bluerobotics.com"\ }' -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