Skip to content

Pin busybox image version for reproducible builds#3362

Open
Harishankar45mishra wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
Harishankar45mishra:fix-busybox-version
Open

Pin busybox image version for reproducible builds#3362
Harishankar45mishra wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
Harishankar45mishra:fix-busybox-version

Conversation

@Harishankar45mishra
Copy link
Copy Markdown

Background

The init container in the loadgenerator deployment was using the busybox:latest image tag. Using the latest tag can lead to non-deterministic deployments and unexpected behavior when upstream images change.

Fixes

N/A

Change Summary

  • Replaced busybox:latest with a pinned image version:

    image: busybox:1.36.1
  • Improves deployment reproducibility and version consistency.

Additional Notes

This change follows container image best practices by avoiding the use of mutable latest tags in Kubernetes manifests.

Testing Procedure

  • Verified the manifest changes locally using:

    git diff
  • Confirmed that only the intended image tag was updated.

Related PRs or Issues

N/A

@google-cla
Copy link
Copy Markdown

google-cla Bot commented May 12, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant