Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

stackrox/rox-ci-image

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

195 Commits
195 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action

StackRox CI & Build Images

This repository holds the Dockerfiles for images used in StackRox CI & builds.

Updating the Go Version

To bump the Go version across all Docker images in this repository, use the automated script:

./scripts/bump_go_version.sh <target_version>

Example

./scripts/bump_go_version.sh 1.24.6

What the script does

  1. Validates the target Go version format
  2. Fetches the SHA256 checksum for go<version>.linux-amd64.tar.gz from https://go.dev/dl/
  3. Automatically finds all Dockerfiles containing GOLANG_VERSION argument
  4. Updates GOLANG_VERSION and GOLANG_SHA256 in all found Dockerfiles
  5. Creates a new branch named bump-go-<version>
  6. Commits the changes with a descriptive message
  7. Pushes the branch to origin
  8. Creates a pull request (requires GitHub CLI)

Requirements

  • Clean git working tree (no uncommitted changes)
  • Push access to the repository
  • GitHub CLI installed and authenticated

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 28

Morty Proxy This is a proxified and sanitized view of the page, visit original site.