0.31.0
·
33 commits
to dev
since this release
Changed
- build context の other-read チェックで、runtime が INIT フェーズで読む
pocket.toml/pocket.runtime.tomlに other-read が無い場合は警告でなく
エラーで deploy を中断するようになりました (該当 container が確実に INIT
失敗するため。chmod 644で修正、image に COPY しないなら .dockerignore へ)。
その他のファイルは従来どおり警告です (COPY --chmodで image 内を正規化
する構成があるため) - CLI が生成する
pocket.runtime.tomlは umask に依らず other-read 付き
(0644) で書き出すようになりました