简体   繁体   English

heroku容器:推送不更新新的docker镜像

[英]heroku container:push not update new docker image

i am using heroku container:push web to deploy new image to heroku registry for my app. 我正在使用heroku container:push web将新映像部署到我的应用程序的heroku注册表中。 i tested my updated image on local docker, it working. 我在本地docker上测试了更新的图像,它正常工作。 But when re-deploy app with that command, it not working. 但是,当使用该命令重新部署应用程序时,它不起作用。 Still old app state (with old code) exist, new image ignored. 仍然存在旧应用状态(使用旧代码),新图像被忽略。 So, heroku cache my app image? 那么,heroku缓存我的应用程序图像吗? how can i delete cache? 如何删除缓存?

Heroku几天前改变了container:push的行为: https : //devcenter.heroku.com/changelog-items/1426

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM