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 -a on 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)

Most upvoted comments

closed by Hemertje

@tea-mo903 thanks a lot for help 😃

@hemertje

cc: @coderaiser

  1. Could you please close this issue now. All Questions you are having, are not related to cloudcmd.

  2. In order to install another container such as heimdall you do the same like you did, when starting the container of cloudcmd. Just that you need to

Furthermore 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 arm based images. Could you please try to sshinto your system and do a plain docker pull coderaiser/cloudcmd without using the Web-UI of portainer? 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 😃?