Remove docker_clean from docker_update function

This commit is contained in:
Mike Reeves
2020-11-03 13:54:00 -05:00
committed by GitHub
parent aa9aa59213
commit 887f412e48

View File

@@ -381,8 +381,6 @@ update_dockers() {
docker push $HOSTNAME:5000/$IMAGEREPO/$i:$NEWVERSION
done
fi
# Cleanup on Aisle 4
clean_dockers
echo "Add Registry back if airgap"
if [ $is_airgap -eq 0 ]; then
docker load -i $AGDOCKER/registry_image.tar