Change in docker-playground[master]: debian-stretch-build: add missing respawn.sh

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Mar 13 09:12:23 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/23361 )

Change subject: debian-stretch-build: add missing respawn.sh
......................................................................

debian-stretch-build: add missing respawn.sh

In I3ec86c8610b3b43d39ea8e3da444861d317ced4e the container-individual
respawn.sh has been replaced with a common one - but unfortuantely
missing to update the debian-stretch-build, which made (at least)
ttcn3-bts-test builds fail for two nights now.

Change-Id: I15dcfe317d7ba81b9df0b5ceef142f4eae1ef3f3
---
M debian-stretch-build/Dockerfile
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  neels: Looks good to me, approved
  laforge: Looks good to me, approved; Verified



diff --git a/debian-stretch-build/Dockerfile b/debian-stretch-build/Dockerfile
index e1570c3..2c3128e 100644
--- a/debian-stretch-build/Dockerfile
+++ b/debian-stretch-build/Dockerfile
@@ -58,6 +58,9 @@
 		wget && \
 	apt-get clean
 
+# Make respawn.sh part of this image, so it can be used by other images based on it
+COPY	.common/respawn.sh /usr/local/bin/respawn.sh
+
 COPY	.common/Release.key /tmp/Release.key
 RUN	apt-key add /tmp/Release.key && \
 	rm /tmp/Release.key && \

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23361
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I15dcfe317d7ba81b9df0b5ceef142f4eae1ef3f3
Gerrit-Change-Number: 23361
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210313/cb3c3f46/attachment.htm>


More information about the gerrit-log mailing list