Go to file
2020-05-03 23:42:52 +02:00
.github initial commit 2020-05-03 23:42:52 +02:00
bin initial commit 2020-05-03 23:42:52 +02:00
dockerautotag initial commit 2020-05-03 23:42:52 +02:00
.drone.jsonnet initial commit 2020-05-03 23:42:52 +02:00
.drone.yml initial commit 2020-05-03 23:42:52 +02:00
.flake8 initial commit 2020-05-03 23:42:52 +02:00
.gitignore initial commit 2020-05-03 23:42:52 +02:00
CHANGELOG.md initial commit 2020-05-03 23:42:52 +02:00
dev-requirements.txt initial commit 2020-05-03 23:42:52 +02:00
Dockerfile initial commit 2020-05-03 23:42:52 +02:00
LICENSE initial commit 2020-05-03 23:42:52 +02:00
manifest.tmpl initial commit 2020-05-03 23:42:52 +02:00
README.md initial commit 2020-05-03 23:42:52 +02:00
setup.cfg initial commit 2020-05-03 23:42:52 +02:00
setup.py initial commit 2020-05-03 23:42:52 +02:00

docker-autotag

Build Status Docker Hub Python Version PyPi Status PyPi Release License: MIT

Simple tool to create a list of docker tags from a given version string.

Environment variables

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 file for details.

Maintainers and Contributors

Robert Kaussow