mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Switch remaining containers over to new registries; Continued bash refactoring
This commit is contained in:
@@ -901,10 +901,7 @@ docker_seed_registry() {
|
||||
|
||||
docker_seed_update_percent=25
|
||||
|
||||
# Save output descriptors for use in docker_seed_registry_update function
|
||||
exec 10>&1 20>&2
|
||||
|
||||
update_docker_containers 'netinstall' '' 'docker_seed_update' >> "$setup_log" 2>&1
|
||||
update_docker_containers 'netinstall' '' 'docker_seed_update' "$setup_log"
|
||||
else
|
||||
tar xvf /nsm/docker-registry/docker/registry.tar -C /nsm/docker-registry/docker >> "$setup_log" 2>&1
|
||||
rm /nsm/docker-registry/docker/registry.tar >> "$setup_log" 2>&1
|
||||
|
||||
Reference in New Issue
Block a user