Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DockerビルドCI: デフォルトのタグをUbuntu 22.04ベースのイメージに切り替える #1505

Conversation

aoirint
Copy link
Member

@aoirint aoirint commented Dec 14, 2024

内容

DockerビルドCIで、Dockerイメージのデフォルトのタグ(latestcpu-latestnvidia-latest)をUbuntu 22.04ベースのイメージに切り替えます。

の実装です。

Ubuntu 20.04は、サポート期限が切れる前に削除する想定で、このプルリクエストでは、これまでのUbuntu 22.04のように並列ビルドする形で残しています。

変更点

  • .github/workflows/build-engine-container.ymlのデフォルトのタグをUbuntu 22.04ベースのイメージに変更
  • READMEのDockerイメージの案内をUbuntu 22.04ベースのイメージに変更

変更をお願いしたい点

関連 Issue

@aoirint aoirint marked this pull request as ready for review December 14, 2024 00:35
@aoirint aoirint requested a review from a team as a code owner December 14, 2024 00:35
@aoirint aoirint requested review from Hiroshiba and removed request for a team December 14, 2024 00:35
@aoirint aoirint marked this pull request as draft December 14, 2024 00:38
@aoirint aoirint marked this pull request as ready for review December 14, 2024 00:44
@aoirint aoirint changed the title DockerビルドCI: デフォルトのタグのベースイメージをUbuntu 22.04に切り替える DockerビルドCI: デフォルトのタグをUbuntu 22.04ベースイメージに切り替える Dec 14, 2024
@aoirint aoirint changed the title DockerビルドCI: デフォルトのタグをUbuntu 22.04ベースイメージに切り替える DockerビルドCI: デフォルトのタグをUbuntu 22.04ベースのイメージに切り替える Dec 14, 2024
Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

dockerhub側のreadmeも変更したいと思います!!

いろいろ考えたことのメモ:

  • どれくらい強い案内が必要か
    • 提供しているAPIに変更は無いため、特段強い案内はいらない
    • 何かしら予期してなかった仕様変更もあり得るため、少なくともrelease時のリリースノートでは案内する
    • latestの更新前に案内しても良さそう・・・だけど、まあ専用のissueを建てておいて「何かあればこちらまで」としておけば十分そう?

.github/workflows/build-engine-container.yml Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@Hiroshiba Hiroshiba merged commit f6788a1 into VOICEVOX:master Dec 15, 2024
4 checks passed
@aoirint aoirint deleted the feature/switch-docker-default-tag-ubuntu-22.04 branch December 17, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DockerビルドCI: デフォルトのタグをUbuntu 22.04ベースのイメージに切り替える提案
2 participants