Pin Docker image versions in all Kubernetes deployments
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 12
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Summary:
Currently, some Kubernetes manifests reference images with the latest tag, e.g.:
image: rucio/rucio-clients:latest
Issue:
Using latest can lead to unpredictable behavior, breaking reproducibility and stability across environments.
Proposed change:
- Pin all container images in Kubernetes deployments and pods to specific versions, e.g.:
image: rucio/rucio-clients:1.29.0
Rucio Docker images: https://hub.docker.com/u/rucio
Benefits:
- Ensures consistent, reproducible deployments.
- Avoids accidental breaking changes from automatic upgrades.
- Simplifies debugging and testing.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository's Kubernetes manifests for image references using latest; the issue does not name specific files. Check available Rucio image tags, replace each latest reference with a specific compatible version, and verify every deployment and pod manifest is pinned.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100