No description
Find a file
2021-05-05 00:02:17 +00:00
.vscode Remove alpine build 2021-01-21 22:06:45 +01:00
.drone.yml Only pull pipeline image if they don't exist [CI SKIP] 2021-04-10 15:17:17 +02:00
Dockerfile Update python Docker tag to v3.9.5 2021-05-05 00:02:17 +00:00
Dockerfile.distroless Update curlimages/curl Docker tag to v7.76.1 2021-04-14 09:01:42 +00:00
LICENSE Add proper README [CI SKIP] 2021-03-21 17:25:57 +01:00
README.md Update README with new tag [CI SKIP] 2021-03-27 18:28:15 +01:00
renovate.json Initial commit 2021-01-21 17:41:06 +01:00

docker-determine-docker-tags

Build Status Docker Pulls

This is a docker image for determine-docker-tags. determine-docker-tags is a small python program to generate docker tags based on parameters from a Dockerfile. The program is mainly intended for use in Drone CI to generate a .tags file for the docker plugin. You can find the pre-built image on Docker Hub and the source code for the image here.

The program is configured entirely with environment variables for easy configuration. For a overview over the configuration options and what they do I'll referrer you to the determine-docker-tags repo. If you would like a practical example of how to use it, you can check out the .drone.yml file in this repo, where you will find an example of how to use the image in the first step of the build and release pipelines.

There are two variants of this image. One using the offical debian based python image and one using the distroless python variant. The relevant tags are as follows (x is a placeholder for the current patch version):

  • 0.1, 0.1.x, latest
  • 0.1-distroless, 0.1.x-distroless, latest-distroless

License

GPLv3 or later.