
ojob ojob.io/docker/listHubRepo image=openaf/oaf last=true url=https://registry.hub.docker.com/v2/repositories login=myuser pass=mypass Check when was the last pull and push, on docker hub, for a specific image
| Name | Description | 
|---|---|
| image | The image to check (e.g. openaf/oaf) | 
| last | Boolean to indicate to retrive only the latest info | 
| url | The repo URL if different from Docker Hub (e.g. https://registry.access.redhat.com/) | 
| login | The repo authentication login | 
| pass | The repo authentication password (if not provided and login is provided it will be asked) |