Skip to content

okhowang/dockerimageexists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerimageexists

detect docker image exists on remote without pull.

Usage

dockerimageexists -image ubuntu:18.04
# need auth
dockerimageexists -image some_private:tag -username $user -password $pwd
# output file (empty file currently) when found
dockerimageexists -image some_private:tag -outfile $filename

CI Plugin

          image: wangpeiwen/dockerimageexists
          settings:
            username: someone
            password: pwd
            image: ubuntu:18.04
            outfile: outfile

About

detect docker image exists on remote

Resources

License

Stars

Watchers

Forks

Packages

No packages published