build: add image info properties (#3400)

This commit is contained in:
Geoff Bourne
2025-04-04 20:25:19 -05:00
committed by GitHub
parent c57760e4b4
commit 5b549c0483
3 changed files with 9 additions and 6 deletions

View File

@@ -32,6 +32,7 @@ isDebugging && set -x
export HOME=/data
log "Running as uid=$(id -u) gid=$(id -g) with /data as '$(ls -lnd /data)'"
log "Image info: $(paste -d, -s /etc/image.properties)"
if [ ! -e /data/eula.txt ]; then
if ! isTrue "$EULA"; then