chore(ci): drop svace builder images from image ternaries - #2523
Merged
Conversation
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
This reverts commit 8c0e46e. Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
nevermarine
force-pushed
the
chore/ci/fix-svace-build
branch
from
June 23, 2026 09:35
f7eade6 to
f998914
Compare
nevermarine
marked this pull request as ready for review
June 23, 2026 10:10
universal-itengineer
approved these changes
Jun 23, 2026
deckhouse-BOaTswain
pushed a commit
that referenced
this pull request
Jul 22, 2026
Signed-off-by: Maksim Fedotov <maksim.fedotov@flant.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Replace
builder/golang-alt-svace-*builder images withbuilder/golang-alt-1.25in the
SVACE_ENABLED == "false"branch offromImageternaries across 16werf.inc.yamlfiles. The svace-specific builder images are no longer used; thestandard
builder/golang-alt-1.25image is used instead for both branches.Why do we need it, and what problem does it solve?
The
builder/golang-alt-svace-1.24/builder/golang-alt-svace-1.25images arebeing dropped from the build pipeline. The svace-enabled builds now use the same
builder/golang-alt-1.25base as regular builds, so the svace image variants areno longer needed. This keeps the ternaries referencing an image that actually
exists and builds successfully.
What is the expected result?
SVACE_ENABLEDbuilds usebuilder/golang-alt-1.25instead of the removedbuilder/golang-alt-svace-*images.Checklist
Changelog entries