question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERROR: Service 'api' failed to build

See original GitHub issue

I’m trying to install api-platform using docker-compose but I’m getting the following error after throwing the command docker-copose up -d

Step 24/27 : FROM nginx:${NGINX_VERSION}-alpine AS api_platform_nginx 1.15-alpine: Pulling from library/nginx ERROR: Service 'api' failed to build: no matching manifest for unknown in the manifest list entries

Can anyone help me to figure out how to complete the installation and run api-platform, please? I tried to search for the error on google and i found the problem may be a nginx version related problem but i have no idea how to fix it.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Mellgoodcommented, Aug 29, 2018

Thank you so much daFish, it solved my issue

1reaction
daFishcommented, Aug 29, 2018

Oh, sorry. You can change that in your Dockerfile. The variable is being initialized at the beginning of the file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker error: Service 'app' failed to build - Stack Overflow
This error means that you do not have config/requirements.txt in your current directory where build is run. Adjust your path on the Dockerfile ......
Read more >
ERROR: Service 'dotnetsdk' failed to build : Build failed
In order to fix this error, you should move to Windows containers . Right-click the Docker Whale icon; Choose "Switch to Windows containers....
Read more >
ERROR: Service 'mfe' failed to build : Build failed
I'm getting this error when plugin of mfe is enabled, but when I disabled it working fine. Case, I'm working on tutor, and...
Read more >
Service 'web' failed to build: - Docker Desktop for Windows
Hello everybody, I'm new on docker and I'm working on a project that started before I get in. So my problem is with...
Read more >
Solution build fails with docker compose error (in VS 15.3)
yml and fails if return nginx service back. I've prepared github repo with simple solution that failed to build https://github.com/gagabu/dockercomposecrash.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found