mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Specify images are also verified
This commit is contained in:
@@ -156,7 +156,7 @@ def pull_image(module: str):
|
|||||||
local_registry_match = list(filter(lambda x: ':5000' in x, basename_match))
|
local_registry_match = list(filter(lambda x: ':5000' in x, basename_match))
|
||||||
|
|
||||||
if len(local_registry_match) == 0:
|
if len(local_registry_match) == 0:
|
||||||
print(f'Pulling missing image for {module} (may take several minutes) ...')
|
print(f'Pulling and verifying missing image for {module} (may take several minutes) ...')
|
||||||
pull_command = ['so-image-pull', '--quiet', container_basename]
|
pull_command = ['so-image-pull', '--quiet', container_basename]
|
||||||
|
|
||||||
proc = subprocess.run(pull_command, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
proc = subprocess.run(pull_command, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user