[DOCS-1697] Replace Bitnami images with official project images, avoid using :latest tags for third-party container images#1525
Closed
mdlinville wants to merge 9 commits into
Closed
Conversation
…docs - Remove CRD example from non-airgapped instructions - Add back values.yaml and configuration reference in non-airgapped instructions - Add Basic Example heading to go with Complete Example heading - Fix step numbering
… docs - Update Docker Hub reference from bitnami/redis to official redis image - Change version from specific patch 7.2.4-debian-12-r9 to minor 7.2 - Apply changes to English, Japanese, and Korean documentation - Addresses DOCS-1697 Bitnami transition to paid model
High priority changes: - Replace tensorflow/tensorflow:latest-gpu with tensorflow/tensorflow:2.16-gpu - Add comments for wandb/launch-agent:latest recommending version pinning - Apply changes to English, Japanese, and Korean documentation - Addresses DOCS-1697 to improve image version stability
Medium priority changes: - Update Prometheus images from v2.47.0 to v2.47 and v0.67.0 to v0.67 - Update OpenTelemetry collector from 0.97.0 to 0.97 - Apply to English, Japanese, and Korean documentation - Enables automatic patch updates for security and bug fixes - Addresses DOCS-1697 for better version management
Deploying docs with
|
| Latest commit: |
7977356
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://abf4c19a.docodile.pages.dev |
| Branch Preview URL: | https://fix-docs-1697-replace-bitnam.docodile.pages.dev |
Contributor
|
PR Preview: Changed content Base preview: https://fix-docs-1697-replace-bitnam.docodile.pages.dev Modified
|
Contributor
Author
|
@dmitryduev Brenda thought you could help review this change too. Thank you. :) |
flamarion
suggested changes
Aug 19, 2025
Contributor
Author
|
I'll close this one in favor of #1562 but we should revisit reliance on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DOCS-1697 Replace Bitnami images with official project images, avoid using :latest tags for third-party container images
Summary
This PR addresses DOCS-1697 by replacing Bitnami Redis image with the official Redis image, using a minor version which will get patch updates automatically without unplanned major-version upgrades. This is in response to Bitnami's transition from free to paid model by the end of the month.
Additionally, it updates third-party images to avoid using :latest in favor of stable minor versions.
It does not update official
wandbimages, which continue to use :latest, but it does add some comments to the manifest to encourage the reader to consider pinning at a major version.Ready for technical review
Changes Made
Bitnami Redis Replacement (Initial Commit)
docker.io/bitnami/redis:7.2.4-debian-12-r9→redis:7.2High Priority: Replace
:latestTagsTensorFlow GPU Images
tensorflow/tensorflow:latest-gpu→tensorflow/tensorflow:2.16-gpuW&B Launch Agent
:latestbut added guidanceMedium Priority: Patch → Minor Versions
Prometheus Images
quay.io/prometheus/prometheus:v2.47.0→v2.47quay.io/prometheus-operator/prometheus-config-reloader:v0.67.0→v0.67OpenTelemetry Collector
otel/opentelemetry-collector-contrib:0.97.0→0.97Rationale: Minor version pinning enables automatic security and bug fix updates while avoiding breaking changes
Testing
Notes
Related JIRA: DOCS-1697
📄 View preview links for changed pages