Skip to content

Continuously check for updates for a defined set of docker images on DockerHub

Notifications You must be signed in to change notification settings

kgalli/image-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Check

WORK IN PROGRESS

Continuously check for updates for a defined set of docker images on DockerHub.

Development

# run postgres database
docker run -it --rm -e POSTGRES_PASSWORD=gorm -e POSTGRES_USER=gorm -e POSTGRES_DB=gorm -p 9970:5432 postgres
# connect to postgres database via console
docker run --rm -it --network=host postgres psql -h 127.0.0.1 -p9970 -U gorm

About

Continuously check for updates for a defined set of docker images on DockerHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages