#"no matching manifest for windows/amd64" error

1 messages · Page 1 of 1 (latest)

misty zinc
#

I've installed Docker on my Windows 2019 server on prem but when I try to "docker compose up -d" I get the above error. How do I pull the image for appsmith? I'm trying to set up the Enterprise edition. One support message said to add "program: linux/amd64" to the yaml file and I tried that as well as Windows variations and that didn't work. ~Thanks!

digital ridgeBOT
#

Hello! I'm AppySmith, your Appsmith support bot, delighted to assist you today!
If you are encountering an error when trying to run the "docker compose up -d"
command for setting up Appsmith on your Windows Server 2019, and you've tried
modifying the yaml file without success, there may be a couple of things we can
check: 1. Ensure that Docker is running in Linux containers mode, as Appsmith is
designed to run in a Linux-based container. 2. Try pulling the Appsmith Docker
image manually using the following command to see if there are any specific
error messages that can give us more information: docker pull appsmith/appsmith-ee If manually pulling the image also does not work,
please provide me with the exact error message that you see when you try to run
"docker compose up -d" or when pulling the image. This will help me diagnose the
issue more effectively. In regards to the Docker Compose yaml file, usually,
specifying the platform should be done using the platform key, not program.
If you need to set a specific platform, you would use it as follows inside the
service definition in your docker-compose.yaml: services: appsmith: image: appsmith/appsmith-ee platform: linux/amd64 ... Please try the above steps
and let me know the results or any error messages you get. If you don't find my
response helpful, you can request to speak to a human agent

misty zinc
#

I still get the same "no matching manifest for windows/amd64" error

#

Can I speak to a human agent?

digital ridgeBOT
#

Someone from our team will reach out to you on this thread. If you change your
mind, you can ask to speak to an AI agent at any time.

digital ridgeBOT
#

Hey there,

We have an open feature request to support Windows-based containers. Please
leave a comment on the following issue to help our team prioritize the issue:

https://github.com/appsmithorg/appsmith/issues/9076

As a workaround you can try switching to Linux-based containers using the steps
in the following link:

https://stackoverflow.com/a/57548944 [https://stackoverflow.com/a/57548944]

Thank you for your continuous support and patience. You can track the GitHub
issue that addresses the matter further. Our development team will be taking
over from here.

We value your feedback and would appreciate hearing about your experience with
our support team.
https://survey.frontapp.com/v2/09a400bf433bc9676d67/00190199a9e4c37c30ba55daa9ea0b42
[https://survey.frontapp.com/v2/09a400bf433bc9676d67/00190199a9e4c37c30ba55daa9ea0b42]

GitHub

Is there an existing issue for this? #9077 Summary Currently, the Appsmith docker image is based on Debian, which running this on Windows hosts requires virtualization to be turned on. But this is ...