osmith has uploaded this change for review.

View Change

debian-trixie-obs-latest: fix signed-by= path

Fix for:
Error: Failed to parse keyring "/usr/share/keyrings/osmocom-misc.asc"

Fixes: 59d469 ("debian-trixie-build: install the osmocom:misc repo")
Change-Id: Ib90abcdf96fc2b555f477899bac730c6f4a76fad
---
M debian-trixie-obs-latest/Dockerfile
1 file changed, 3 insertions(+), 3 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/96/41896/1
diff --git a/debian-trixie-obs-latest/Dockerfile b/debian-trixie-obs-latest/Dockerfile
index 4603e29..cd927db 100644
--- a/debian-trixie-obs-latest/Dockerfile
+++ b/debian-trixie-obs-latest/Dockerfile
@@ -11,7 +11,7 @@

# Copy from common dir
COPY .common/respawn.sh /usr/local/bin/respawn.sh
-COPY .common/Release.key /usr/share/keyrings/osmocom-latest.asc
+COPY .common/Release.key /usr/share/keyrings/osmocom.asc

# Configure build user, disable installing man pages
# * /usr/local: osmo-python-tests's contrib/jenkins.sh writes there
@@ -32,9 +32,9 @@
telnet \
&& \
apt-get clean && \
- echo "deb [signed-by=/usr/share/keyrings/osmocom-latest.asc] $OSMOCOM_REPO_LATEST ./" \
+ echo "deb [signed-by=/usr/share/keyrings/osmocom.asc] $OSMOCOM_REPO_LATEST ./" \
> /etc/apt/sources.list.d/osmocom-latest.list && \
- echo "deb [signed-by=/usr/share/keyrings/osmocom-misc.asc] $OSMOCOM_REPO_MISC ./" \
+ echo "deb [signed-by=/usr/share/keyrings/osmocom.asc] $OSMOCOM_REPO_MISC ./" \
> /etc/apt/sources.list.d/osmocom-misc.list

# Invalidate cache once the repository is updated

To view, visit change 41896. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ib90abcdf96fc2b555f477899bac730c6f4a76fad
Gerrit-Change-Number: 41896
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>