cloudcmd: Deployment error Status: no matching manifest for linux/arm64/v8 in the manifest list entries, Code: 1
- Version (
cloudcmd -v): - Node Version
node -v: - OS (
uname -aon Linux): - Browser name/version:
- Used Command Line Parameters:
- Changed Config:
Running Portainer 1.23.2 on OpenMediaVault 5 installed on a Rockpro64 https://github.com/ayufan-rock64/linux-build/releases/tag/0.10.9
Under Portainer - Stacks add “cloudcmd”. and
version: ‘2’ services: web: ports: - 8000:8000 volumes: - ~:/root - /:/mnt/fs image: coderaiser/cloudcmd
After running “deploy the stack” getting this error:
Deployment error Status: no matching manifest for linux/arm64/v8 in the manifest list entries, Code: 1
root@NAS-rockpro64:~# docker info -f ‘{{.OSType}}/{{.Architecture}}’ linux/aarch64
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 32 (14 by maintainers)
closed by Hemertje
@tea-mo903 thanks a lot for help 😃
@hemertje
cc: @coderaiser
Could you please close this issue now. All Questions you are having, are not related to
cloudcmd.In order to install another container such as
heimdallyou do the same like you did, when starting the container ofcloudcmd. Just that you need toFurthermore I guess, it will help you reading a little more about
docker, so that you understand the details better 😃Hi @hemertje ,
there is currently still an issue with the
armbased images. Could you please try tosshinto your system and do a plaindocker pull coderaiser/cloudcmdwithout using the Web-UI ofportainer? And provide us with the corresponding logs please.Cheers!
Looks like it’s related to https://github.com/coderaiser/cloudcmd/pull/268, @tea-mo903 could you please help with this 😃?