IBX-11778: Updated GitHub Actions workflows to org standard - #66
Merged
Conversation
- Standardized the ci.yaml runner label to ubuntu-26.04 Special image-building repository: no workflow renames, no skeleton workflows added. Action references were already at the current targets (actions/checkout@v7, docker/login-action@v4).
|
10 tasks
konradoboza
approved these changes
Sep 8, 2026
Steveb-p
approved these changes
Sep 8, 2026
bnowak
approved these changes
Sep 8, 2026
mikadamczyk
approved these changes
Sep 8, 2026
ViniTou
approved these changes
Sep 8, 2026
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.



Related PRs:
Description:
Part of the fleet-wide GHA workflow standardization (wave 12; sample: ibexa/taxonomy#444). Changes:
ubuntu-26.04. Per the rollout plan this repo keepsci.yamland its own workflow name, and gets no skeleton workflows. The audited action bumps had already landed upstream (checkout v7, docker/login-action v4), and there is nocheck-cs | cs2prstep to guard.build-and-publishlegs fail whiledocker buildrunsapt-get installinside the Debian bullseye base image — the security pool no longer serves the exact package versions its index lists (404s forvim,mariadb-common,libaom0, ...). Thatapt-getruns inside the container, so the host runner label has no bearing on it; the same class of failure showed up on dashboard#195's Varnish image build, on a runner this rollout never touched. The workflow last succeeded on 2026-08-18, before the pool rotated. Needs a base-image/package refresh, tracked separately. Fixed via IBX-12474: Moved Docker images off end-of-life Debian 11 #68For QA:
Verify the image build workflow is green.
Documentation:
No documentation required.
🤖 Generated with Claude Code