Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Cannot deploy a new version of a docker image #1965

Open
ivaaaan opened this issue Mar 20, 2022 · 1 comment
Open

[BUG] - Cannot deploy a new version of a docker image #1965

ivaaaan opened this issue Mar 20, 2022 · 1 comment

Comments

@ivaaaan
Copy link

ivaaaan commented Mar 20, 2022

What is the current behavior?

I have created a new app and successfully deployed a docker image. It works, but now I've rebuilt the image and pushed it to the registry. After heroku container:release web I'm getting The process type web was not updated, because it is already running the specified docker image..

Steps to reproduce:

  1. Create a new app
  2. Build and tag an image locally:
docker build -t api -f Docker/Dockerfile .
docker tag api registry.heroku.com/api/web
  1. Release it heroku container:release web
  2. Modify Dockerfile and repeat steps 2 and 3.

What is the expected behavior?

A new docker container is created.

Is it even possible to release a new version of your app with docker in heroku?

@dineshliyanage0
Copy link

god this is a problem and no one even checks it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants