Skip to content

Commit 2d18deb

Browse files
committed
Make sure compose.sh fetches image if needed
Sometime the tag is unavailable while the image is still present under a different tag due to periodic prune
1 parent adcd3d6 commit 2d18deb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/compose-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
# determine install base for multi environment deployments (parent of directory containing this file)
88
INTERNETNL_INSTALL_BASE=$(dirname "$(dirname "$(readlink -f "$0")")")
99

10-
exec docker run -ti --rm --pull=never \
10+
exec docker run -ti --rm --pull=missing \
1111
--volume /var/run/docker.sock:/var/run/docker.sock \
1212
--volume "$INTERNETNL_INSTALL_BASE:/opt/Internet.nl" \
1313
--workdir /opt/Internet.nl \

0 commit comments

Comments
 (0)