Tag Archives: Error:Service ‘XXX’ failed to build:mainfest for docker.io/phusion/baseimage:latest not found

[Solved] Error: Service ‘XXX ‘failed to build:mainfest for docker.io/phusion/baseimage:latest not founded

Problem description

The error: Service 'xxx' failed to build: mainfest for docker.io/phusion/baseimage: latest not found error occurs when using the docker-compose command, which prompts that the latest version is not found. We need to specify the version at the beginning of the dockerfile file

Solution:

1. Find the dockerfile file in the current folder

2. Supplement at the beginning of the document :bionic-1.0.0

3. Re-execute the docker-compose command

Reference connection

https://stackoverflow.com/questions/63229267/service-certbot-failed-to-build-manifest-for-phusion-baseimagelatest-not-fou