Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 538 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 538 Bytes

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