dillinger icon indicating copy to clipboard operation
dillinger copied to clipboard

docker hub - missing 'latest' tag

Open porjo opened this issue 5 years ago • 8 comments

$ docker pull joemccann/dillinger
Using default tag: latest
Error response from daemon: manifest for joemccann/dillinger:latest not found

It'd be nice if the image could be pulled from Docker hub without needing to specify a version:

porjo avatar Oct 11 '18 03:10 porjo

seems like an easy pull request, no? I'm assuming this is set in the dockerfile or is it at build time?

joemccann avatar Oct 11 '18 14:10 joemccann

I'm not sure, but isn't it controlled by how you setup the profile on docker hub? e.g. this is what I see on my own docker hub project under 'build settings':

screenshot from 2018-10-18 08-50-40

porjo avatar Oct 17 '18 22:10 porjo

I think you're right...I haven't touched it in ages. I'll get to it ASAP

joemccann avatar Oct 18 '18 00:10 joemccann

I checked and I don't have build settings for Dillinger on Docker Hub

screenshot 2018-10-23 19 32 05

joemccann avatar Oct 24 '18 02:10 joemccann

My guess is your project isn't setup on Docker Hub to build automatically when you push to Github. Instead you're manually pushing with docker push from somewhere and specifying a tag there which doesn't include :latest

porjo avatar Oct 29 '18 11:10 porjo

ahh gotcha, i can change that

On Mon, Oct 29, 2018 at 4:01 AM Ian Bishop [email protected] wrote:

My guess is your project isn't setup on Docker Hub to build automatically https://docs.docker.com/docker-hub/builds/ when you push to Github. Instead you're manually pushing with docker push from somewhere and specifying a tag there which doesn't include :latest

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/joemccann/dillinger/issues/697#issuecomment-433869739, or mute the thread https://github.com/notifications/unsubscribe-auth/AAC8auJLf_4_wfI3__8l7mrVVzzeMgSpks5upuATgaJpZM4XWtt6 .

joemccann avatar Nov 13 '18 17:11 joemccann

+1

alb-i986 avatar Mar 29 '20 13:03 alb-i986

+1 for this.

ScrumpyJack avatar Jun 15 '20 18:06 ScrumpyJack