https://github.com/dd-decaf/tag-spy-docker
Provide the tag-spy tool in a minimal Python 3.7 Docker image.
https://github.com/dd-decaf/tag-spy-docker
Last synced: 5 months ago
JSON representation
Provide the tag-spy tool in a minimal Python 3.7 Docker image.
- Host: GitHub
- URL: https://github.com/dd-decaf/tag-spy-docker
- Owner: DD-DeCaF
- License: apache-2.0
- Created: 2020-04-29T20:39:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T14:20:35.000Z (about 5 years ago)
- Last Synced: 2025-01-04T19:13:03.220Z (6 months ago)
- Language: Makefile
- Size: 11.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerized `tag-spy` Tool
[](https://travis-ci.org/DD-DeCaF/tag-spy-docker)
[](https://cloud.docker.com/repository/docker/dddecaf/tag-spy/)
[](https://opensource.org/licenses/Apache-2.0)A minimal [Docker image](Dockerfile) that provides a Python 3.7 environment with
[`tag-spy`](https://pypi.org/project/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 `... > `.
## Copyright
* Copyright © 2020, Novo Nordisk Foundation Center for Biosustainability,
Technical University of Denmark.
* Free software licensed under the [Apache Software License 2.0](LICENSE).