Offline Resources
- AMD64
- ARM64
Name | Download |
---|---|
hap-community Microservice | https://pdpublic.nocoly.com/offline/hap-community-linux-amd64-5.8.0.tar.gz |
hap-file File storage | https://pdpublic.nocoly.com/offline/hap-file-linux-amd64-1.6.0.tar.gz |
hap-flink Data pipeline | https://pdpublic.nocoly.com/offline/hap-flink-linux-amd64-1.17.1.530.tar.gz |
hap-doc Document preview, based on OnlyOffice | https://pdpublic.nocoly.com/offline/hap-doc-linux-amd64-1.2.0.tar.gz |
hap-ldoc Document preview, based on LibreOffice | https://pdpublic.nocoly.com/offline/hap-ldoc-linux-amd64-1.0.0.tar.gz |
hap-sc Storage components | https://pdpublic.nocoly.com/offline/hap-sc-linux-amd64-3.0.0.tar.gz |
hap-sc-upgrade Storage component upgrade secondary mirror | https://pdpublic.nocoly.com/offline/hap-sc-upgrade-linux-amd64-1.0.0.tar.gz |
hap-command Code Block | https://pdpublic.nocoly.com/offline/hap-command-linux-amd64-node2011-python312.tar.gz |
hap-dataclean-app Application data clean | https://pdpublic.nocoly.com/offline/hap-dataclean-app-linux-amd64-1.0.0.tar.gz |
hap-archivetools Log data archive | https://pdpublic.nocoly.com/offline/hap-archivetools-linux-amd64-1.0.3.tar.gz |
Name | Download |
---|---|
hap-community Microservice | https://pdpublic.nocoly.com/offline/hap-community-linux-arm64-5.8.0.tar.gz |
hap-file File storage | https://pdpublic.nocoly.com/offline/hap-file-linux-arm64-1.6.0.tar.gz |
hap-flink Data pipeline | https://pdpublic.nocoly.com/offline/hap-flink-linux-arm64-1.17.1.530.tar.gz |
hap-doc Document preview, based on OnlyOffice | https://pdpublic.nocoly.com/offline/hap-doc-linux-arm64-1.2.0.tar.gz |
hap-sc Storage components | https://pdpublic.nocoly.com/offline/hap-sc-linux-arm64-3.0.0.tar.gz |
hap-command Code Block | https://pdpublic.nocoly.com/offline/hap-command-linux-arm64-node2011-python312.tar.gz |
After downloading and uploading the image package to the corresponding deployment server, import the image using the following command.
- Docker
- Kubernetes
-
Load image
docker load -i xxx.tar.gz
-
View image
docker images
-
Unzip image files
gunzip -d xxx.tar.gz
-
Import image
ctr -n k8s.io image import xxx.tar
-
View image
crictl images