renovate-bot
be6e243a73
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [curlimages/curl](https://github.com/curl/curl-container) | stage | minor | `8.10.1` -> `8.11.1` | --- ### Release Notes <details> <summary>curl/curl-container (curlimages/curl)</summary> ### [`v8.11.1`](https://github.com/curl/curl-container/blob/HEAD/CHANGELOG.md#8111---2024-12-11) [Compare Source](https://github.com/curl/curl-container/compare/8.11.0...8.11.1) ##### Changed - bump to curl 8.11.1 - bump to alpine:3.21.0 ### [`v8.11.0`](https://github.com/curl/curl-container/blob/HEAD/CHANGELOG.md#8110---2024-11-06) [Compare Source](https://github.com/curl/curl-container/compare/8.10.1...8.11.0) ##### Changed - bump to curl 8.11.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM5LjU3LjQiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==--> Reviewed-on: #286 Co-authored-by: renovate-bot <bot@walbeck.it> Co-committed-by: renovate-bot <bot@walbeck.it> |
||
---|---|---|
.vscode | ||
.drone.yml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
renovate.json |
docker-determine-docker-tags
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.