# docker-autotag [![Build Status](https://img.shields.io/drone/build/xoxys/docker-autotag?logo=drone)](https://cloud.drone.io/xoxys/docker-autotag) [![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/docker-autotag) [![Python Version](https://img.shields.io/pypi/pyversions/docker-autotag.svg)](https://pypi.org/project/docker-autotag/) [![PyPi Status](https://img.shields.io/pypi/status/docker-autotag.svg)](https://pypi.org/project/docker-autotag/) [![PyPi Release](https://img.shields.io/pypi/v/docker-autotag.svg)](https://pypi.org/project/docker-autotag/) [![License: MIT](https://img.shields.io/github/license/xoxys/docker-autotag)](LICENSE) Simple tool to create a list of docker tags from a given version string. ## Environment variables ```Shell DOCKER_AUTOTAG_OUTPUT_FILE= DOCKER_AUTOTAG_SUFFIX= DOCKER_AUTOTAG_VERSION= DOCKER_AUTOTAG_EXTRA_TAGS= DOCKER_AUTOTAG_FORCE_LATEST=False DOCKER_AUTOTAG_IGNORE_PRERELEASE=False ``` ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. ## Maintainers and Contributors [Robert Kaussow](https://github.com/xoxys)