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

GitHub Actions の dockerbuild で push する際に PHP7.4 のイメージを使用していたのを修正 #5952

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

nanasess
Copy link
Contributor

概要(Overview・Refs Issue)

GitHub Actions の dockerbuild で push する際に PHP7.4 のイメージを使用していたのを修正。
docker-compose.yml で PHP8.1 のイメージを指定した場合でも、内部的には PHP7.4 のイメージを使用していた。
https://github.com/EC-CUBE/ec-cube/actions/runs/4182333338/jobs/7245295456#step:13:151

方針(Policy)

docker push の際にも build-args を指定する

実装に関する補足(Appendix)

テスト(Test)

PHP8.1のイメージを使用して docker push しているのを確認
https://github.com/nanasess/ec-cube/actions/runs/4239579074/jobs/7367768929#step:13:150
https://github.com/nanasess/ec-cube/actions/runs/4239579074/jobs/7367768864#step:13:147

相談(Discussion)

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更はありません
  • フックポイントの呼び出しタイミングの変更はありません
  • フックポイントのパラメータの削除・データ型の変更はありません
  • twigファイルに渡しているパラメータの削除・データ型の変更はありません
  • Serviceクラスの公開関数の、引数の削除・データ型の変更はありません
  • 入出力ファイル(CSVなど)のフォーマット変更はありません

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか
    • 権限を超えた操作が可能にならないか
    • 不要なファイルアップロードがないか
    • 外部へ公開されるファイルや機能の追加ではないか
    • テンプレートでのエスケープ漏れがないか

@codecov-commenter
Copy link

Codecov Report

Merging #5952 (158fe00) into 4.2 (5f56720) will increase coverage by 82.53%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             4.2    #5952       +/-   ##
==========================================
+ Coverage       0   82.53%   +82.53%     
- Complexity     0     6401     +6401     
==========================================
  Files          0      475      +475     
  Lines          0    25733    +25733     
==========================================
+ Hits           0    21239    +21239     
- Misses         0     4494     +4494     
Flag Coverage Δ
E2E 69.39% <ø> (?)
Unit 79.70% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...octrine/ORM/Mapping/Driver/NopAnnotationDriver.php 0.00% <0.00%> (ø)
...e/Form/Extension/HTMLPurifierTextTypeExtension.php 84.61% <0.00%> (ø)
...e/Controller/Admin/Product/ClassNameController.php 92.10% <0.00%> (ø)
src/Eccube/Form/Type/NameType.php 100.00% <0.00%> (ø)
src/Eccube/Form/Type/Admin/LayoutType.php 100.00% <0.00%> (ø)
...Eccube/Form/Type/Master/ProductListOrderByType.php 100.00% <0.00%> (ø)
src/Eccube/Repository/ProductTagRepository.php 100.00% <0.00%> (ø)
src/Eccube/Form/Type/Admin/DeliveryFeeType.php 100.00% <0.00%> (ø)
src/Eccube/Controller/Block/CartController.php 79.16% <0.00%> (ø)
...Eccube/Repository/Master/OrderStatusRepository.php 66.66% <0.00%> (ø)
... and 465 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants