No description
Find a file
Magnus Walbeck 40cef4abcb
All checks were successful
Build and publish / lint (push) Successful in 3s
Build and publish / build (push) Successful in 51s
Switch to forgejo actions (#289)
Reviewed-on: #289
Co-authored-by: Magnus Walbeck <magnus.walbeck@walbeck.it>
Co-committed-by: Magnus Walbeck <magnus.walbeck@walbeck.it>
2025-02-03 22:22:34 +00:00
.forgejo/workflows Switch to forgejo actions (#289) 2025-02-03 22:22:34 +00:00
Dockerfile Update gcr.io/distroless/python3-debian12 Docker digest to d9fd857 2025-01-12 23:12:36 +00:00
LICENSE Add proper README [CI SKIP] 2021-03-21 17:25:57 +01:00
README.md Switch to only using distroless base image 2022-04-13 11:42:41 +02:00
renovate.json Update location of renovate presets [CI SKIP] 2021-08-06 17:09:44 +02: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.

The relevant tags are as follows (x is a placeholder for the current patch version):

  • 0.1, 0.1.x, latest

License

GPLv3 or later.