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イメージのビルド時にキャッシュをガンガン活用する #9614

Closed
ikuradon opened this issue Jan 16, 2023 · 3 comments · Fixed by #9639
Closed

Dockerイメージのビルド時にキャッシュをガンガン活用する #9614

ikuradon opened this issue Jan 16, 2023 · 3 comments · Fixed by #9639
Labels
✨Feature This adds/improves/enhances a feature

Comments

@ikuradon
Copy link
Contributor

Summary

ビルド時に毎回apt-getやpnpmがダウンロードするのは時間がかかるし、相手にも迷惑がかかる(要出典)ので

  • Dockerfile内ではRUN --mount=type=cacheを使う
  • GHAではcache-fromcache-toを使う
@ikuradon ikuradon added the ✨Feature This adds/improves/enhances a feature label Jan 16, 2023
@ikuradon
Copy link
Contributor Author

キャッシュが効き過ぎるとapt-getは古いパッケージになってしまうかもしれないけど、そんなに弊害は無いはず

@rinsuki
Copy link
Contributor

rinsuki commented Jan 18, 2023

aptでの依存パッケージのセキュリティアップデートが来ないのはちょっと微妙

@massongit
Copy link
Contributor

massongit commented Jan 28, 2023

こちらですが、完成したDockerイメージのビルドサイズが大きくなるデメリットよりもパッケージのキャッシュを保持しておくことによるビルド時間短縮のメリットを取った、という理解で良いでしょうか?
Dockleのルール DKL-DI-0005 と相反する状態になっているため、#9568 の実装にあたりこのルールをignoreするか判断する材料にしたいという意図です。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feature This adds/improves/enhances a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants