久しぶりに Heroku に push すると警告が出た。
1
2
3
4
5
6
7
|
$ heroku container:push web
=== Building web (/Users/nobu/local/src/github.com/nqounet/heroku-enigmatic-castle-35725/Dockerfile)
Sending build context to Docker daemon 53.76kB
...(中略)
Your image has been successfully pushed. You can now release it with the 'container:release' command.
▸ heroku container:push no longer creates a release.
▸ Run heroku container:release to create a release with this image.
|
今後は以下のようにするらしい。
1
|
$ heroku container:release web
|
意味的に、「リリース」のほうがしっくり来る、という話なのかな。
コンテナ周辺はまだ過渡期ってことだろうと思うので仕方ないですね。