phusion / baseimage-docker

A minimal Ubuntu base image modified for Docker-friendliness
http://phusion.github.io/baseimage-docker/
MIT License
8.96k stars 1.09k forks source link

pull error #609

Closed nbctcp closed 2 years ago

nbctcp commented 2 years ago

Details

docker pull phusion/baseimage

Using default tag: latest Error response from daemon: manifest for phusion/baseimage:latest not found: manifest unknown: manifest unknown

Image version: latest today

What steps did you take and what happened:

What did you expect to happen:

Anything else you would like to add: no image if I pull from portainer

Additional Information:

samip5 commented 2 years ago

What is the outpot of uname -m on that system you tried to pull from?

cu commented 2 years ago

As far as I can see, there's no latest tag on docker hub: https://hub.docker.com/r/phusion/baseimage/tags?page=1&name=latest

There are 3 latest-<arch> but those are 3 years old.

samip5 commented 2 years ago

That's because we use tagged version releases rather than latest so not a bug.