Skip to content

Provide the tag-spy tool in a minimal Python 3.7 Docker image.

License

Notifications You must be signed in to change notification settings

DD-DeCaF/tag-spy-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized tag-spy Tool

master Build Status Docker image pulls License

A minimal Docker image that provides a Python 3.7 environment with tag-spy installed in order to easily retrieve Docker image tags.

Usage

You can see the help for the command line tool with:

docker run --rm tag-spy --help

As an example, you can get the latest tag for dddecaf/wsgi-base via:

docker run --rm dddecaf/tag-spy:0.1.1 tag-spy dddecaf/wsgi-base alpine dk.dtu.biosustain.wsgi-base.alpine.build.timestamp

of course, you can pipe the output to a file with ... > <filename>.

Copyright

  • Copyright © 2020, Novo Nordisk Foundation Center for Biosustainability, Technical University of Denmark.
  • Free software licensed under the Apache Software License 2.0.

About

Provide the tag-spy tool in a minimal Python 3.7 Docker image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published