From 87e9b123f9092493bc980ba12d1e312de92f30c6 Mon Sep 17 00:00:00 2001 From: Davlet Panech Date: Tue, 5 Oct 2021 22:30:46 -0400 Subject: [PATCH] stx-lat-tool: use last known good lat-sdk Story: 2008846 Task: 43533 Signed-off-by: Davlet Panech Change-Id: Ieb39b7aa44cbe3305d529729dcb714fa8daf92f0 --- stx/dockerfiles/stx-lat-tool.Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/stx/dockerfiles/stx-lat-tool.Dockerfile b/stx/dockerfiles/stx-lat-tool.Dockerfile index 493dd3362..cfaa6d3b8 100644 --- a/stx/dockerfiles/stx-lat-tool.Dockerfile +++ b/stx/dockerfiles/stx-lat-tool.Dockerfile @@ -16,6 +16,8 @@ FROM debian:bullseye MAINTAINER Chen Qi +ARG LAT_BINARY_RESOURCE_PATH=http://mirror.starlingx.cengn.ca/mirror/lat-sdk/lat-sdk-20210820 + # Install necessary packages RUN apt-get -y update && apt-get --no-install-recommends -y install \ python3 \ @@ -31,9 +33,6 @@ RUN apt-get -y update && apt-get --no-install-recommends -y install \ # Prepare executables COPY stx/toCOPY/lat-tool/lat/ /opt/LAT/lat # Prepare LAT SDK. -# Current URL is an internal one for development. ${LAT_BINARY_RESOURCE_PATH} -# needs to be replaced by a public one, once the lat sdk binary was open -# sourced, and it's coming... ADD ${LAT_BINARY_RESOURCE_PATH}/lat-sdk.sh /opt/LAT/AppSDK.sh RUN chmod +x /opt/LAT/AppSDK.sh RUN /opt/LAT/AppSDK.sh -d /opt/LAT/SDK -y