Skip to content

Commit

Permalink
fix: copy pre-installation dependency files (#82)
Browse files Browse the repository at this point in the history
* fix: copy pre-installation dependency files

* fix: update dependencies

* fix: fix cp to mv
  • Loading branch information
aby913 authored May 27, 2024
1 parent 4dbcc18 commit 77e0692
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions build/installer/install_cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ precheck_os() {
ensure_success $sh_c "dpkg -i apparmor_4.0.1-0ubuntu1_amd64.deb"
fi
fi

# opy pre-installation dependency files
if [ -d /opt/deps ]; then
ensure_success $sh_c "mv /opt/deps/* ${BASE_DIR}/install-wizard"
fi
}

is_debian() {
Expand Down
2 changes: 1 addition & 1 deletion build/manifest/dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ https://storage.googleapis.com/kubernetes-release/release/v1.22.10/bin/linux/amd
https://storage.googleapis.com/kubernetes-release/release/v1.22.10/bin/linux/amd64/kubelet,kube/v1.22.10,,
https://storage.googleapis.com/kubernetes-release/release/v1.22.10/bin/linux/amd64/kubectl,kube/v1.22.10,,

https://github.com/docker/compose/releases/download/v2.2.2/compose-linux-amd64,registry/compose/v2.2.2,docker-compose-linux-x86_64,,
https://github.com/docker/compose/releases/download/v2.2.2/docker-compose-linux-x86_64,registry/compose/v2.2.2,docker-compose-linux-x86_64,,
https://github.com/goharbor/harbor/releases/download/v2.5.3/harbor-offline-installer-v2.5.3.tgz,registry/harbor/v2.5.3,,
https://github.com/docker/distribution/releases/download/v2.7.1/registry-2.7.1.linux-amd64.tar.gz,registry/registry/2,,

Expand Down

0 comments on commit 77e0692

Please sign in to comment.