mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Change tarball location
This commit is contained in:
@@ -626,7 +626,7 @@ docker_seed_registry() {
|
|||||||
"so-zeek:$VERSION" )
|
"so-zeek:$VERSION" )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f /nsm/docker-registry/docker/so-dockers-$VERSION.tar ]; then
|
if [ ! -f /nsm/docker-registry/docker/registry.tar ]; then
|
||||||
# Download the container from the interwebs
|
# Download the container from the interwebs
|
||||||
for i in "${TRUSTED_CONTAINERS[@]}"
|
for i in "${TRUSTED_CONTAINERS[@]}"
|
||||||
do
|
do
|
||||||
@@ -646,8 +646,8 @@ docker_seed_registry() {
|
|||||||
else
|
else
|
||||||
# We already have the goods son
|
# We already have the goods son
|
||||||
cd /nsm/docker-registry/docker
|
cd /nsm/docker-registry/docker
|
||||||
tar xvf so-dockers-$VERSION.tar
|
tar xvf registry.tar
|
||||||
rm /nsm/docker-registry/docker/so-dockers-$VERSION.tar
|
rm /nsm/docker-registry/docker/registry.tar
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user