GitHub Actions:カスタムイメージからさらにカスタムイメージを構築可能に
本文の状態
日本語全文を表示中
詳細モードで約1分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
GitHub Changelog
GitHub は、ホスト型ランナー用のカスタムイメージ機能を更新し、他のカスタムイメージを基盤として新たなイメージを構築できる機能を追加した。これにより、共通ツールを含むベースイメージを共有し、各チームが独自依存関係を上層に重ねる階層的なワークフローが可能となり、重複の削減とビルド速度の向上を実現する。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
GitHub ホストランナー用のカスタムイメージに、画像生成パイプラインの構成と管理における柔軟性を高める新しい機能が追加されました。
これにより、他のカスタムイメージの上にカスタムイメージを構築できるようになり、GitHub Actions 向けの階層型イメージワークフローが可能になりました。チームは共通のツールを含む共有ベースイメージを維持し、各チームが独自の依存関係をその上に構築することができます。これにより重複が削減され、イメージのビルド時間が短縮されます。
さらに、ワークフロー内のスナップショットキーワードの周りに条件付きロジックを使用できるようになり、新しいイメージバージョンが生成されるタイミングを制御できます。これにより、イメージのテストおよびロールアウト戦略に対する柔軟性が高まります。
詳細については、GitHub Actions 用のカスタムイメージに関するドキュメントをご覧ください。
記事「Actions: Build custom images from custom images」は、The GitHub Blog で最初に公開されました。
原文を表示
Custom images for GitHub-hosted runners are getting new capabilities that give you more flexibility over how you compose and manage your image-generation pipelines.
You can now build custom images on top of other custom images, enabling layered image workflows for GitHub Actions. Teams can maintain a shared base image with common tooling and let individual teams build on top of it with their own dependencies. This reduces duplication and speeds up image builds.
Additionally, you can now use conditional logic around the snapshot keyword in your workflows to control when a new image version is generated. This gives you more flexibility over your testing and rollout strategy for your images.
For more information, check out our docs about custom images for GitHub Actions
The post Actions: Build custom images from custom images appeared first on The GitHub Blog.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み