refactor(ci): standardize CST and restore safe dependency-update flow#3
Merged
Conversation
Route container-structure tests through devops-infra/action-container-structure-test instead of the deprecated upstream CST image, and move the CST config into the tests/docker layout used by current repo automation. Restore a repo-specific dependency-update workflow so weekly checks build and test candidate images under the test- prefix before opening a PR, rather than publishing updated working-tree images to production tags. Refresh the Docker Hub README content and align Alpine/version assertions with the current base image.
ChristophShyper
approved these changes
Jun 24, 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.
📝 Brief description
refactor(ci): standardize CST and restore safe dependency-update flow
feat: use VERSION_SUFFIX
💻 Commits
0291454 - ChristophShyper - 2026-06-24 20:54:39
| feat: use VERSION_SUFFIX
|
40ce32a - ChristophShyper - 2026-06-24 19:15:57
refactor(ci): standardize CST and restore safe dependency-update flow
Route container-structure tests through devops-infra/action-container-structure-test
instead of the deprecated upstream CST image, and move the CST config into the
tests/docker layout used by current repo automation.
Restore a repo-specific dependency-update workflow so weekly checks build and test
candidate images under the test- prefix before opening a PR, rather than publishing
updated working-tree images to production tags. Refresh the Docker Hub README content
and align Alpine/version assertions with the current base image.
📁 Modified files
.github/workflows/cron-dependency-update.yml | 62 +++---------------------
.github/workflows/manual-release-create.yml | 72 ++++++++++++++++++++++++----
README.md | 71 +++++++++++++--------------
Taskfile.scripts.yml | 22 ++++-----
Taskfile.variables.yml | 13 +++--
tests/{ => docker}/azure.yml | 7 +--
6 files changed, 125 insertions(+), 122 deletions(-)
Check CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information