Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error: manifest for phusion/baseimage:latest not found: manifest … #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vinaysudani
Copy link

Issue

I cloned the master branch and run the command:
docker-compose build workspace

It failed with the following error message

Building workspace
Step 1/81 : ARG NODE_VERSION=${NODE_VERSION}
Step 2/81 : FROM phusion/baseimage:latest
ERROR: Service 'workspace' failed to build: manifest for phusion/baseimage:latest not found: manifest unknown: manifest unknown

Fix

Looks like the latest tag is no more available for phusion/baseimage docker image, so I just updated it to phusion/baseimage:bionic-1.0.0

@sudoist
Copy link
Contributor

sudoist commented Dec 5, 2020

Also got the same error.
I got it to work by changing latest to master.

Hope this gets merged soon.

@alberto-bottarini
Copy link

Any news?

@shov
Copy link
Contributor

shov commented Mar 23, 2021

Yes, it can be seen no the latest tag supported
https://registry.hub.docker.com/r/phusion/baseimage/tags?page=1&ordering=last_updated&name=latest
There is master with platform variations and the last stable is bionic-1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants