Tag build images with teleport8 instead of go version #10211
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Prior to this patch, the
buildbox
images used for CI have always just been tagged with the version of Go they support. In the past this has been discrete enough to stay inside individual release boundaries.Recently, though, the version of Go used by Teleport 8 and Teleport 9 has remained constant, while other requirements of the the build environment have changed, leading to the unfortunate situation where publishing a
buildbox
image that works for Teleport 9 breaks the Teleport 8 build.This patch de-couples the version of the buildbox from the version of Go installed on it, and produces a new
teleport8
-tagged buildbox image for Teleport 8 builds to use.