mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
Remove docker_clean from docker_update function
This commit is contained in:
@@ -381,8 +381,6 @@ update_dockers() {
|
|||||||
docker push $HOSTNAME:5000/$IMAGEREPO/$i:$NEWVERSION
|
docker push $HOSTNAME:5000/$IMAGEREPO/$i:$NEWVERSION
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
# Cleanup on Aisle 4
|
|
||||||
clean_dockers
|
|
||||||
echo "Add Registry back if airgap"
|
echo "Add Registry back if airgap"
|
||||||
if [ $is_airgap -eq 0 ]; then
|
if [ $is_airgap -eq 0 ]; then
|
||||||
docker load -i $AGDOCKER/registry_image.tar
|
docker load -i $AGDOCKER/registry_image.tar
|
||||||
|
|||||||
Reference in New Issue
Block a user