refactor: clean layout + docker binary
This commit is contained in:
parent
128e59c0e4
commit
3ba8e6e6c2
8 changed files with 5 additions and 1 deletions
2
setup.sh
2
setup.sh
|
|
@ -86,7 +86,7 @@ fi
|
|||
APP_DIR="${WALLARM_DIR}/app"
|
||||
mkdir -p "${APP_DIR}"
|
||||
echo -e "${YELLOW}Downloading deploy script...${NC}"
|
||||
curl -fsSL "${REPO}/python/deploy.py" -o "${APP_DIR}/main.py"
|
||||
curl -fsSL "${REPO}/sources/python/deploy.py" -o "${APP_DIR}/main.py"
|
||||
curl -fsSL "${REPO}/../deploy.sh" -o "${WALLARM_DIR}/deploy.sh" 2>/dev/null || {
|
||||
# Fallback: create wrapper
|
||||
cat > "${WALLARM_DIR}/deploy.sh" << 'WRAPPER'
|
||||
|
|
|
|||
1
sources/binaries/README.md
Normal file
1
sources/binaries/README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Docker static binaries for offline/air-gapped deployment.
|
||||
BIN
sources/binaries/docker-29.2.1.tgz
Normal file
BIN
sources/binaries/docker-29.2.1.tgz
Normal file
Binary file not shown.
1
sources/binaries/docker-29.2.1.tgz.sha256
Normal file
1
sources/binaries/docker-29.2.1.tgz.sha256
Normal file
|
|
@ -0,0 +1 @@
|
|||
995b1d0b51e96d551a3b49c552c0170bc6ce9f8b9e0866b8c15bbc67d1cf93a3 binaries/docker-29.2.1.tgz
|
||||
1
sources/images/README.md
Normal file
1
sources/images/README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Wallarm Docker images for offline/air-gapped deployment.
|
||||
BIN
sources/images/wallarm-node-6.11.0-rc1.tar.gz
Normal file
BIN
sources/images/wallarm-node-6.11.0-rc1.tar.gz
Normal file
Binary file not shown.
1
sources/images/wallarm-node-6.11.0-rc1.tar.gz.sha256
Normal file
1
sources/images/wallarm-node-6.11.0-rc1.tar.gz.sha256
Normal file
|
|
@ -0,0 +1 @@
|
|||
ab4d9c6d2fdde6a855a0a1dc2db8cce6168926a39a45d715dc3dcf2ff0de85c5 images/wallarm-node-6.11.0-rc1.tar.gz
|
||||
Loading…
Reference in a new issue