Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T14:20:35.000Z (over 4 years ago)
- Last Synced: 2024-11-09T14:25:52.497Z (2 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
[![master Build Status](https://travis-ci.org/DD-DeCaF/tag-spy-docker.svg?branch=master)](https://travis-ci.org/DD-DeCaF/tag-spy-docker)
[![Docker image pulls](https://img.shields.io/docker/pulls/dddecaf/tag-spy)](https://cloud.docker.com/repository/docker/dddecaf/tag-spy/)
[![License](https://img.shields.io/badge/license-Apache--2.0-blueviolet)](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).