No description
Find a file
renovate-bot 175d12025d
Some checks failed
Build and publish / lint (push) Failing after 2s
Build and publish / build (push) Failing after 4s
Update dependency https://git.walbeck.it/walbeck-it/determine-docker-tags to v0.2.6 (#288)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [https://git.walbeck.it/walbeck-it/determine-docker-tags](https://git.walbeck.it/walbeck-it/determine-docker-tags) | minor | `v0.1.10` -> `v0.2.6` |

---

### Release Notes

<details>
<summary>walbeck-it/determine-docker-tags (https://git.walbeck.it/walbeck-it/determine-docker-tags)</summary>

### [`v0.2.6`](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.2.5...v0.2.6)

[Compare Source](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.2.5...v0.2.6)

### [`v0.2.5`](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.2.4...v0.2.5)

[Compare Source](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.2.4...v0.2.5)

### [`v0.2.4`](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.2.3...v0.2.4)

[Compare Source](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.2.3...v0.2.4)

### [`v0.2.3`](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.2.2...v0.2.3)

[Compare Source](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.2.2...v0.2.3)

### [`v0.2.2`](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.2.1...v0.2.2)

[Compare Source](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.2.1...v0.2.2)

### [`v0.2.1`](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.2.0...v0.2.1)

[Compare Source](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.2.0...v0.2.1)

### [`v0.2.0`](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.1.10...v0.2.0)

[Compare Source](https://git.walbeck.it/walbeck-it/determine-docker-tags/compare/v0.1.10...v0.2.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #288
Co-authored-by: renovate-bot <bot@walbeck.it>
Co-committed-by: renovate-bot <bot@walbeck.it>
2025-02-20 21:05:34 +00:00
.forgejo/workflows Add auth to test [skip ci] 2025-02-16 19:58:56 +01:00
Dockerfile Update dependency https://git.walbeck.it/walbeck-it/determine-docker-tags to v0.2.6 (#288) 2025-02-20 21:05:34 +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.