PHP Conference Japan 2021の発表資料です。
https://phpcon.php.gr.jp/2021/
トーク中で使用したCakePHPの環境構築
https://github.com/rukiadia/php-sample-docker
スライド中のURL一覧
・PHP公式イメージのタグ一覧
https://github.com/docker-library/docs/blob/master/php/README.md#supported-tags-and-respective-dockerfile-links
・「PHPのレジェンドシステムをEC2からKubernetesに移行する話 その5 〜PHPアプリケーションをコンテナ化しよう〜」
※alpineを見送った事例として紹介させていただいたURL
https://creators-note.chatwork.com/entry/2021/01/13/144022
・「CakePHPのインストール」
https://book.cakephp.org/4/ja/installation.html
・intl拡張モジュールのインストール要件
https://www.php.net/manual/ja/intl.requirements.php
・拡張モジュールの一覧/分類
https://www.php.net/manual/ja/extensions.php
・Dockerfileのコードリーディングに使用したイメージ
https://github.com/docker-library/php/blob/8d98db4cebcdf5ff776e2d0b9bf4a5b482f4e657/8.0/bullseye/cli/Dockerfile