From ef41666add0f2994229eba63b67a1918e07a628b Mon Sep 17 00:00:00 2001 From: Zhixiong Chi Date: Wed, 28 Sep 2022 00:50:53 -0400 Subject: [PATCH] Debian: LAT: upgrade to 20220920 In the new lat-sdk.sh we customized the mini initramfs(size < 80M) for subcloud installation. The location is /var/miniboot for subcloud mini initramfs. Test Plan: PASS: ./stx-init-env --rebuild PASS: build-image PASS: Install the new iso image PASS: Login and check the mini initrd in the directory /var/miniboot Story: 2008846 Task: 46439 Signed-off-by: Zhixiong Chi Change-Id: Ia9b60400f39ee4853145758a3f56ea19b37a857c --- stx/dockerfiles/stx-lat-tool.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stx/dockerfiles/stx-lat-tool.Dockerfile b/stx/dockerfiles/stx-lat-tool.Dockerfile index 6e0c0f8f..40902959 100644 --- a/stx/dockerfiles/stx-lat-tool.Dockerfile +++ b/stx/dockerfiles/stx-lat-tool.Dockerfile @@ -16,7 +16,7 @@ FROM debian:bullseye MAINTAINER Chen Qi -ARG LAT_BINARY_RESOURCE_PATH=http://mirror.starlingx.cengn.ca/mirror/lat-sdk/lat-sdk-20220610 +ARG LAT_BINARY_RESOURCE_PATH=http://mirror.starlingx.cengn.ca/mirror/lat-sdk/lat-sdk-20220920 # Install necessary packages RUN apt-get -y update && apt-get --no-install-recommends -y install \