Skip to content

Commit

Permalink
Merge pull request #59 from Luap99/coreos-script-comment
Browse files Browse the repository at this point in the history
update coreos script download comment
  • Loading branch information
openshift-merge-bot[bot] authored Dec 13, 2024
2 parents f12ae12 + c4904b4 commit edc4113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ source ./util.sh

echo "Preparing to build ${FULL_IMAGE_NAME}"

# Freeze on specific version for now to increase stability.
#gitreporef="main"
# TODO: setup/configure renovate to update the sha here.
# Freeze on specific commit to increase stability.
# Renovate is configured to update to a new commit so do not update the format
# without updating the renovate config, see .github/renovate.json5.
gitreporef="06c3faf27826e17d6ea051ad023ba38879593e1b"
gitrepotld="https://raw.githubusercontent.com/coreos/custom-coreos-disk-images/${gitreporef}/"
curl -LO --fail "${gitrepotld}/custom-coreos-disk-images.sh"
Expand Down

0 comments on commit edc4113

Please sign in to comment.