dockerfile-template: Add a stable UBL license symlink "license.lic"
So, regardless of the underlying license in use, LAVA components could
refer to it just as "license.lic".
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: Ic73d1e556a31fd7bf166533f2f380cc5af8ec3db
diff --git a/dockerfile-template b/dockerfile-template
index 27e8f2d..ff90406 100644
--- a/dockerfile-template
+++ b/dockerfile-template
@@ -29,6 +29,8 @@
COPY stdout-flush-wrapper-debug.sh /usr/bin/stdout-flush-wrapper-debug.sh
COPY setup-ubl /root/
COPY swskt-linaro-root*.lic /root/
+# Add a stable symlink for Tux/LAVA.
+RUN cd /root && ln -s swskt-linaro-root-20240523-165d.lic license.lic
# Add the FVP model tarball
# NOTE: some tarballs contain an installer script others don't, so it may be the case