Avatar
Avatar
norio_nomura
ビルドセッションをsleepで止めて、そこへ別のコマンドで入る手順を追加した。 https://github.com/norio-nomura/poc-module-name-conflict
norio_nomura 6/23/2024 3:39 AM
該当箇所だけgistへ抜き出した。 https://gist.github.com/norio-nomura/edf224977880e6e7598e76b1330f2990 dockerが入っていれば直接ビルドして試せる。 docker buildx build https://gist.github.com/edf224977880e6e7598e76b1330f2990.git --build-arg SLEEP=1
How to attach a shell to a stage during docker buildx build - Dockerfile