When I pulled from dockerhub, /image.json fails with 500 error.
However, if I clone this repository and run docker build ., /image.json works correctly.
I think this is because 'docker' gem is out-of-date in the dockerhub's image.
If you'd like, could you rebuild dockerhub's image?
When I pulled from dockerhub,
/image.jsonfails with 500 error.However, if I clone this repository and run
docker build .,/image.jsonworks correctly.I think this is because 'docker' gem is out-of-date in the dockerhub's image.
If you'd like, could you rebuild dockerhub's image?