Skip to content
Snippets Groups Projects
Commit 68c8c4f3 authored by jurgenhaas's avatar jurgenhaas
Browse files

Delete all node images during selfupdate

Prepare release v1.11.0
parent e471a52d
No related branches found
Tags 1.9.0-rc11
No related merge requests found
v1.11.0 2020-01-11
------------------
Update to v1.3.0 of the gitlab-drupal-ci image which comes with more node versions (10, 12, 13)
Delete all node images during selfupdate
v1.10.2 2019-12-27
------------------
Fix update scripts to remove old containers
......
......@@ -27,7 +27,7 @@ function cleanup {
IMAGEID=$(docker image ls -q registry.lakedrops.com/docker/l3d/php-${PHP_VERSION}:${VERSION} | head -1)
removecontainer $IMAGEID rmi
fi
IMAGEIDS=( $(docker image ls -q node:8-jessie-slim) )
IMAGEIDS=( $(docker image ls -q registry.lakedrops.com/docker/node) )
for IMAGEID in $IMAGEIDS; do
removecontainer $IMAGEID
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment