You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to expand the functionality of this tool and add a command to check what docker images of the docker-compose.yml file are out of date.
This command would read all the docker images from the current project and make requests to the docker-hub api in order to check what's the most recent version of that image.
After that it would print a line for each outdated image specifying the actual installed version and the latest version on docker-hub
The text was updated successfully, but these errors were encountered:
madnificent
changed the title
Hacktoberfest 2020 - Ask what services are out of date
Feature: ask what services are out of date
May 26, 2021
We want to expand the functionality of this tool and add a command to check what docker images of the docker-compose.yml file are out of date.
This command would read all the docker images from the current project and make requests to the docker-hub api in order to check what's the most recent version of that image.
After that it would print a line for each outdated image specifying the actual installed version and the latest version on docker-hub
The text was updated successfully, but these errors were encountered: