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.251.3-full` -> `39.253.2-full` | --- ### Release Notes <details> <summary>renovatebot/renovate (docker.io/renovate/renovate)</summary> ### [`v39.253.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.253.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.253.1...39.253.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.60.2 (main) ([#​35462](https://redirect.github.com/renovatebot/renovate/issues/35462)) ([472d0ee](https://redirect.github.com/renovatebot/renovate/commit/472d0ee98910021934cfdd3e7ceeb90a97153435)) ##### Build System - **deps:** update dependency [@​yarnpkg/core](https://redirect.github.com/yarnpkg/core) to v4.4.1 (main) ([#​35461](https://redirect.github.com/renovatebot/renovate/issues/35461)) ([3d8fa3d](https://redirect.github.com/renovatebot/renovate/commit/3d8fa3de2f5442bcd0b82ffc6c9e22c908cec285)) ### [`v39.253.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.253.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.253.0...39.253.1) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.15 (main) ([#​35458](https://redirect.github.com/renovatebot/renovate/issues/35458)) ([8f222df](https://redirect.github.com/renovatebot/renovate/commit/8f222df54913e673765a43a57ab6cbfd1da8a4af)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.8.15 (main) ([#​35457](https://redirect.github.com/renovatebot/renovate/issues/35457)) ([e62ab02](https://redirect.github.com/renovatebot/renovate/commit/e62ab0252eb257e1173a32e63e30f613c4bfeae4)) ### [`v39.253.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.253.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.252.0...39.253.0) ##### Features - **manager:** add renovate config presets manager ([#​32688](https://redirect.github.com/renovatebot/renovate/issues/32688)) ([d8e0f4b](https://redirect.github.com/renovatebot/renovate/commit/d8e0f4bff309980eaacead08e1ece665c013fd29)) ##### Documentation - update references to renovate/renovate (main) ([#​35452](https://redirect.github.com/renovatebot/renovate/issues/35452)) ([6fa7611](https://redirect.github.com/renovatebot/renovate/commit/6fa7611a4de51fdee94c775f38f6d6e5838bb473)) ##### Miscellaneous Chores - **deps:** lock file maintenance (main) ([#​35453](https://redirect.github.com/renovatebot/renovate/issues/35453)) ([f7692a2](https://redirect.github.com/renovatebot/renovate/commit/f7692a2e48bb62bc76f8aee1aa03e766b75c06f8)) - **deps:** update containerbase/internal-tools action to v3.10.25 (main) ([#​35456](https://redirect.github.com/renovatebot/renovate/issues/35456)) ([c17d293](https://redirect.github.com/renovatebot/renovate/commit/c17d29378f6afe172c0eeba6fd407aba038828fa)) - **deps:** update dependency renovatebot/github-action to v41.0.21 (main) ([#​35455](https://redirect.github.com/renovatebot/renovate/issues/35455)) ([fb9c0f1](https://redirect.github.com/renovatebot/renovate/commit/fb9c0f16890934038bc4c58d0dda618c77e009f6)) ### [`v39.252.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.252.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.251.3...39.252.0) ##### Features - **bazel:** Support local file based bcr ([#​35273](https://redirect.github.com/renovatebot/renovate/issues/35273)) ([345cb95](https://redirect.github.com/renovatebot/renovate/commit/345cb951a06e10a6499e22aa0da6e06075351ad0)) </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=-->
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.