mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Update Registry to unpack new repo
This commit is contained in:
13
salt/registry/bin/so-buildregistry.sh
Normal file
13
salt/registry/bin/so-buildregistry.sh
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
VERSION=1.1.4
|
||||||
|
TARBALL=/nsm/docker-registry/docker/so-dockers-$VERSION.tar
|
||||||
|
|
||||||
|
# See if the tarball is there. If so do soemthing otherwise peace out.
|
||||||
|
if [ -f "$TARBALL" ]; then
|
||||||
|
cd /nsm/docker-registry/docker
|
||||||
|
tar xvf so-dockers-$VERSION.tar
|
||||||
|
rm $TARBALL
|
||||||
|
else
|
||||||
|
exit
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user