🦀

Kaniko が開発停止されてしまったので docker buildx + docker-container driver に乗り換えた話

に公開
1
GitHubで編集を提案
MIXI DEVELOPERS Tech Blog

Discussion

namipaynamipay

deafultのdockerドライバーでもcontainerd image storeを有効化すれば一部のCache storage backendが使えるようです。

The default docker driver supports the inline, local, registry, and gha cache backends, but only if you have enabled the containerd image store. Other cache backends require you to select a different driver.

以下記載の通りdockerのdaemon.jsonで有効化すれば良さそうです。