This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Fix sg ops update images
and use as part of the release process
#45751
Labels
release-tool
Sourcegraph release tool: https://github.com/sourcegraph/sourcegraph/tree/main/dev/release
sg
sg, the Sourcegraph developer command
We currently use
tools/update-docker-images.sh
as part of the release.https://github.com/sourcegraph/sourcegraph/blob/main/dev/release/src/release.ts#L572
https://sourcegraph.com/search?q=context%3Aglobal+repo%3A%5Egithub%5C.com%2Fsourcegraph%2F+file%3Aupdate-docker-tags.sh&patternType=standard&sm=1&groupBy=repo
We could replace these old scripts with
sg ops update-images
once we fix the formatting issues it has today.sourcegraph/deploy-sourcegraph#4207
Problem:
We sometimes do not update images as part of the release (ie
blobstore
in the v4.2.1 release). So far, this hasn't been an issue, but it could become one eventually.The text was updated successfully, but these errors were encountered: