chore(werf): миграция на container-base v1.0.51#87
Open
duckhawk wants to merge 3 commits into
Open
Conversation
Перевод сборки на каталог container-base: builder/golang и builder/distroless, упрощение base-images.yaml, проброс Images в images.yaml. Исключение hack/ для dmtlint no-cyrillic. Agents: Composer 2.5 (ведущий, авто-режим)
dmtlint no-cyrillic падал на кириллице в workflow. Agents: Composer 2.5 (ведущий, авто-режим)
По аналогии с csi-nfs: pss_restricted_flexible с seccompProfile вместо read_only_root_filesystem_capabilities_drop_all. Agents: Composer 2.5 (ведущий, авто-режим)
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
Миграция модуля
snapshot-controllerна каталог container-basev1.0.51:BASE_IMAGES_VERSIONв GitHub workflows:v0.5.79→v1.0.51base_images.yml:deckhouse/base-images→deckhouse/container-base/base-images.werf/base-images.yaml— упрощён до$.Imagesбез промежуточных стадий.werf/bundle.yaml,release.yaml,images-digests.yaml,choose-edition.yaml—from: {{ index $.Images "..." }}builder/golang/builder/alpine-svace,builder/distrolessimages/snapshot-controller:pm install git make bashвместоapk addна alpine builder.werf/images.yaml: пробросImagesв$ctx(fix дляindex $.Images).dmtlint.yaml: исключениеno-cyrillicдляhack/base_images.ymlв.gitignoreWhy do we need it, and what problem does it solve?
Модуль оставался на старом каталоге
base-images(v0.5.79) сfromImageи промежуточными стадиями. Это расходится сcsi-nfs,csi-hpe,csi-huaweiи усложняет поддержку.What is the expected result?
v1.0.51snapshot-controller,webhooks,go-hooksсобираются без изменения runtime-поведенияhack/generate_release_notes.goChecklist