A minimal Docker image that provides a Python 3.7 environment with
tag-spy
installed in order to easily
retrieve Docker image tags.
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 © 2020, Novo Nordisk Foundation Center for Biosustainability, Technical University of Denmark.
- Free software licensed under the Apache Software License 2.0.