ERROR: Service 'api' failed to build
See original GitHub issueI’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:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thank you so much daFish, it solved my issue
Oh, sorry. You can change that in your
Dockerfile. The variable is being initialized at the beginning of the file.