docker-playground/common
Oliver Smith 5c158b326a treewide: fix missing --rm for "docker run"
Add "--rm" to each "docker run" command, so they don't continuously fill
up disk space.

Fix this even in the pipework script. We don't use the code path there,
but by always having --rm after "docker run" (same line or next line),
a new lint script in osmo-ci I8ab9c291504475d670bdefc50c4524c5bdd4c880
can help us avoid this in the future.

In ttcn3-ggsn-test/jenkins.sh, move one existing --rm in a later line
upwards so the linter can find it.

Related: SYS#5827, OS#5099
Related: https://github.com/jpetazzo/pipework/pull/248
Change-Id: I48b01c43fedf379b8a565eaab0369806d7831bd8
2022-02-14 08:56:27 +01:00
..
Release.key Share a single instance of Release.key between all images 2021-03-10 18:47:03 +01:00
pipework treewide: fix missing --rm for "docker run" 2022-02-14 08:56:27 +01:00
respawn.sh Make respawn.sh a common part of *-build/-obs images 2021-03-10 18:46:29 +01:00