nodejs / docker-iojs

Official Docker images from the io.js project
MIT License
155 stars 36 forks source link

1.7 tag not yet latest on dockerhub #53

Closed crestenstclair closed 9 years ago

crestenstclair commented 9 years ago

Dockerhub tag list does not reflect the addition of the 1.7 tag

https://registry.hub.docker.com/_/iojs/tags/manage/

Starefossen commented 9 years ago

Yes and no. The 1.7 is in fact there, just not visible on the Docker Hub website (see the proof bellow). The Docker guys are aware of the issue, and I believe they are working on a fix.

$ docker pull iojs:latest
$ docker run -it --rm iojs iojs --version
> v1.7.1
hmalphettes commented 9 years ago

It is listed now: we can close this issue.

BTW I don't have permissions to act on this github repo: is this something I should request directly somewhere?

Starefossen commented 9 years ago

@mikeal Could you add @hmalphettes to the docker team? He's a part of the initial working group members as per #39 and the readme.

rvagg commented 9 years ago

not sure who did it or when but there's a pending invite already, @hmalphettes go to https://github.com/orgs/iojs/teams/docker and see if it asks you to join.

hmalphettes commented 9 years ago

Thanks @rvagg and @Starefossen : somehow I had missed the email. Cheers!