rocker-org / rocker

R configurations for Docker
https://rocker-project.org
GNU General Public License v2.0
1.46k stars 271 forks source link

r-ubuntu pull command incorrect #350

Closed csgillespie closed 5 years ago

csgillespie commented 5 years ago

At https://hub.docker.com/r/rocker/r-ubuntu the suggested pull command is

docker pull rocker/r-ubuntu

But this should be

docker pull rocker/r-ubuntu:18.04

as the default looks for latest (that doesn't exist)

eddelbuettel commented 5 years ago

Would you know how to edit that hub.docker.com page? I don't,

csgillespie commented 5 years ago

Could you create a latest image instead?

eddelbuettel commented 5 years ago

I guess when I set it up I feared that would be misleading. This is for use with the PPAs, and those only come at LTS releases. Hence not latest (ie 19.04 right now, or 18.10 before it) but just 18.04.

csgillespie commented 5 years ago

Ok. What about cheating and just updating the README ;)

eddelbuettel commented 5 years ago

Yes, will do.

eddelbuettel commented 5 years ago

See ff3cfd0