docker-determine-docker-tags/Dockerfile

16 lines
696 B
Text
Raw Normal View History

Update curlimages/curl Docker tag to v8.12.1 (#290) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [curlimages/curl](https://github.com/curl/curl-container) | stage | minor | `8.11.1` -> `8.12.1` | --- ### Release Notes <details> <summary>curl/curl-container (curlimages/curl)</summary> ### [`v8.12.1`](https://github.com/curl/curl-container/blob/HEAD/CHANGELOG.md#8121---2025-13-02) [Compare Source](https://github.com/curl/curl-container/compare/8.12.0...8.12.1) ##### Changed - bump to curl 8.12.1 ### [`v8.12.0`](https://github.com/curl/curl-container/blob/HEAD/CHANGELOG.md#8120---2025-05-02) [Compare Source](https://github.com/curl/curl-container/compare/8.11.1...8.12.0) ##### Changed - bump to curl 8.12.0 - bump to alpine:3.21.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://git.walbeck.it/walbeck-it/docker-determine-docker-tags/pulls/290 Co-authored-by: renovate-bot <bot@walbeck.it> Co-committed-by: renovate-bot <bot@walbeck.it>
2025-02-16 18:59:07 +00:00
FROM curlimages/curl:8.12.1@sha256:94e9e444bcba979c2ea12e27ae39bee4cd10bc7041a472c4727a558e213744e6 as download
2021-01-21 17:41:06 +01:00
# renovate: datasource=git-tags depName=https://git.walbeck.it/walbeck-it/determine-docker-tags versioning=semver
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: https://git.walbeck.it/walbeck-it/docker-determine-docker-tags/pulls/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
ENV DETERMINE_DOCKER_TAGS_VERSION v0.2.6
2021-01-21 17:41:06 +01:00
RUN set -ex; \
\
curl -o /home/curl_user/determine-docker-tags.py \
https://git.walbeck.it/walbeck-it/determine-docker-tags/raw/tag/${DETERMINE_DOCKER_TAGS_VERSION}/determine_docker_tags/__init__.py;
2021-01-21 17:41:06 +01:00
FROM gcr.io/distroless/python3-debian12@sha256:60e4bcd869b5beb3eca9972a98b2ce3a46e0e80539327b504dbbf792e5ea09ab
COPY --from=download /home/curl_user/determine-docker-tags.py /
CMD [ "/determine-docker-tags.py" ]