This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | final | minor | `39.238.0-full` -> `39.240.0-full` | --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v39.240.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.240.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.238.2...39.240.0) ##### Features - **datasource/azure-pipelines-tasks:** add built-in tasks changelog url ([#​35325](https://redirect.github.com/renovatebot/renovate/issues/35325)) ([5091b14](5091b14184)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/better-sqlite3](https://redirect.github.com/types/better-sqlite3) to v7.6.13 (main) ([#​35333](https://redirect.github.com/renovatebot/renovate/issues/35333)) ([05b3fc0](05b3fc0e25)) - **deps:** update dependency renovatebot/github-action to v41.0.19 (main) ([#​35337](https://redirect.github.com/renovatebot/renovate/issues/35337)) ([479886f](479886f676)) - **deps:** update dependency typescript to v5.8.3 (main) ([#​35336](https://redirect.github.com/renovatebot/renovate/issues/35336)) ([abe1f18](abe1f185cb)) - **deps:** update dependency vitest-mock-extended to v3.1.0 (main) ([#​35334](https://redirect.github.com/renovatebot/renovate/issues/35334)) ([680e161](680e161030)) ### [`v39.238.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.238.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.238.1...39.238.2) ##### Bug Fixes - **workers/auto-replace:** correctly handle prefix replacements ([#​35265](https://redirect.github.com/renovatebot/renovate/issues/35265)) ([afd6415](afd6415ad8)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/luxon](https://redirect.github.com/types/luxon) to v3.6.1 (main) ([#​35313](https://redirect.github.com/renovatebot/renovate/issues/35313)) ([05ebbf3](05ebbf3b79)) - **deps:** update dependency [@​types/luxon](https://redirect.github.com/types/luxon) to v3.6.2 (main) ([#​35319](https://redirect.github.com/renovatebot/renovate/issues/35319)) ([790d0ea](790d0ea50d)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.14.0 (main) ([#​35295](https://redirect.github.com/renovatebot/renovate/issues/35295)) ([2188ebb](2188ebb98f)) - **deps:** update dependency [@​vitest/eslint-plugin](https://redirect.github.com/vitest/eslint-plugin) to v1.1.39 (main) ([#​35293](https://redirect.github.com/renovatebot/renovate/issues/35293)) ([043d665](043d665677)) - **deps:** update dependency type-fest to v4.39.1 (main) ([#​35302](https://redirect.github.com/renovatebot/renovate/issues/35302)) ([21e1e6f](21e1e6f9cd)) ##### Code Refactoring - **gerrit:** remove deprecated source branch as hashtags support ([#​33329](https://redirect.github.com/renovatebot/renovate/issues/33329)) ([e64ca6b](e64ca6b852)) ### [`v39.238.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.238.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.238.0...39.238.1) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.13 (main) ([#​35289](https://redirect.github.com/renovatebot/renovate/issues/35289)) ([25eafdb](25eafdb379)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.13 (main) ([#​35288](https://redirect.github.com/renovatebot/renovate/issues/35288)) ([e0b85f3](e0b85f3b38)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Container Images
Images are hosted on Quay here.
Some older images can be found on GitHub Container Registry.
Mirror
We host a dedicated mirror repostiory, these containers are directly fetched from official and/or trusted sources.
Purpose
We host our own mirror for a multitude of reasons, which includes:
- Getting around Docker Hub rate-limiting
- Preventing upstream maintainers removing tags from breaking our Apps
- Generating usage metrics
- Applying patches
- Improving code uniformity
- Allowing multi-registry failover
Adding New Containers
Before a chart can be added to the truecharts/charts repository, you first need to add a container here to the mirror. If you need help with this process please see the #development channel in the TrueCharts Discord Server.
Step 1: Create a Dockerfile
Copy the contents below and substitute the upstream application owner's name with <Upstream Owner Name>, <Upstream App Name> with the application name, and <Upstream Tag> with the upstream tag's name. Also get the digest value of the app and substitute that in for <Upstream Digest>.
FROM <Upstream Owner Name>/<Upstream App Name>:<Upstream Tag>@sha256:<Upstream Digest>
LABEL org.opencontainers.image.source=https://github.com/truecharts/containers
ARG CONTAINER_NAME
ARG CONTAINER_VER
LABEL org.opencontainers.image.title="${CONTAINER_NAME}"
LABEL org.opencontainers.image.url="https://truecharts.org/docs/charts/${CONTAINER_NAME}"
LABEL org.opencontainers.image.version="${CONTAINER_VER}"
LABEL org.opencontainers.image.description="Container for ${CONTAINER_NAME} by TrueCharts"
LABEL org.opencontainers.image.authors="TrueCharts"
LABEL org.opencontainers.image.documentation="https://truecharts.org/docs/charts/${CONTAINER_NAME}"
Step 2: Create a PLATFORM file
Based on the upstream platform, create a file with that value. Typically the value is linux/amd64.
Step 3: Submit a Pull Request
Once all these steps are completed and you verified that they are correct, please submit a pull request to this repository! When finished, you can create your chart in the truecharts/charts repository.