Expected behavior
Build would succesfully execute past the first line of the Docker file provided by Cachet
Actual behavior
Error message on Step 1/26 FROM
Information
- the output of:
-
docker-compose build
using Powershell on Windows - postgres uses an image, skipping
Building cachet
Step 1/26 : FROM nginx:1.13.9-alpine
1.13.9-alpine: Pulling from library/nginx
ERROR: Service ‘cachet’ failed to build: no matching manifest for unknown in the manifest list entries
-
Steps to reproduce the behavior
- Follow steps from https://docs.cachethq.io/docs/get-started-with-docker
- Run docker-compose build
- (Hit error message)
Any insight would be appreciated.