Merge "debian: LAT support to install from signed package feed"

This commit is contained in:
Zuul 2022-05-02 13:49:48 +00:00 committed by Gerrit Code Review
commit 804dcecd3a
3 changed files with 9 additions and 0 deletions

View File

@ -106,6 +106,9 @@ ostree:
OSTREE_FDISK_VSZ: 20480
OSTREE_FDISK_FSZ: 32
OSTREE_CONSOLE: console=ttyS0,115200 console=tty1
debootstrap-key: ''
apt-keys:
- /opt/LAT/pubkey.rsa
iso-post-script: |
cd ${ISO_DIR}

View File

@ -97,3 +97,6 @@ rootfs-post-scripts:
environments:
- NO_RECOMMENDATIONS="1"
- DEBIAN_FRONTEND=noninteractive
debootstrap-key: ''
apt-keys:
- /opt/LAT/pubkey.rsa

View File

@ -33,6 +33,9 @@ RUN apt-get -y update && apt-get --no-install-recommends -y install \
rm -rf /var/lib/apt/lists/* && \
mkdir -p /opt/LAT/SDK
# Insert pubkey of the package repository
COPY stx/toCOPY/builder/pubkey.rsa /opt/LAT/
# Prepare executables
COPY stx/toCOPY/lat-tool/lat/ /opt/LAT/lat
# Prepare LAT SDK.