diff --git a/setup.sh b/setup.sh index 2b91fa5..d4f97ff 100644 --- a/setup.sh +++ b/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' diff --git a/sources/binaries/README.md b/sources/binaries/README.md new file mode 100644 index 0000000..0bcfdc1 --- /dev/null +++ b/sources/binaries/README.md @@ -0,0 +1 @@ +Docker static binaries for offline/air-gapped deployment. diff --git a/sources/binaries/docker-29.2.1.tgz b/sources/binaries/docker-29.2.1.tgz new file mode 100644 index 0000000..a07c074 Binary files /dev/null and b/sources/binaries/docker-29.2.1.tgz differ diff --git a/sources/binaries/docker-29.2.1.tgz.sha256 b/sources/binaries/docker-29.2.1.tgz.sha256 new file mode 100644 index 0000000..f56820a --- /dev/null +++ b/sources/binaries/docker-29.2.1.tgz.sha256 @@ -0,0 +1 @@ +995b1d0b51e96d551a3b49c552c0170bc6ce9f8b9e0866b8c15bbc67d1cf93a3 binaries/docker-29.2.1.tgz diff --git a/sources/images/README.md b/sources/images/README.md new file mode 100644 index 0000000..7d83810 --- /dev/null +++ b/sources/images/README.md @@ -0,0 +1 @@ +Wallarm Docker images for offline/air-gapped deployment. diff --git a/sources/images/wallarm-node-6.11.0-rc1.tar.gz b/sources/images/wallarm-node-6.11.0-rc1.tar.gz new file mode 100644 index 0000000..e78bf40 Binary files /dev/null and b/sources/images/wallarm-node-6.11.0-rc1.tar.gz differ diff --git a/sources/images/wallarm-node-6.11.0-rc1.tar.gz.sha256 b/sources/images/wallarm-node-6.11.0-rc1.tar.gz.sha256 new file mode 100644 index 0000000..09c5396 --- /dev/null +++ b/sources/images/wallarm-node-6.11.0-rc1.tar.gz.sha256 @@ -0,0 +1 @@ +ab4d9c6d2fdde6a855a0a1dc2db8cce6168926a39a45d715dc3dcf2ff0de85c5 images/wallarm-node-6.11.0-rc1.tar.gz diff --git a/python/deploy.py b/sources/python/deploy.py similarity index 100% rename from python/deploy.py rename to sources/python/deploy.py