-
Notifications
You must be signed in to change notification settings - Fork 315
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
force restart does not rebuild image #5913
Labels
bug
Something isn't working
Comments
thanks for filing! ya, i think this might just be an oversight |
Happy to help out as well! I'm a big fan of tilt @nicks |
This is a big one for me. Additionally, it seems like this is part of the same issue. When I click the force restart button, the logs do not reattach. When I click disable/enable like nhomble suggested, the logs DO reattach. |
nicks
added a commit
to nicks/tilt
that referenced
this issue
Nov 18, 2022
This is similar to how it works for the kubernetes controllers; this is just porting the same logic to the compose controllers. fixes tilt-dev#5913
nicks
added a commit
to nicks/tilt
that referenced
this issue
Nov 18, 2022
This is similar to how it works for the kubernetes controllers; this is just porting the same logic to the compose controllers. fixes tilt-dev#5913 Signed-off-by: Nick Santos <[email protected]>
nicks
added a commit
that referenced
this issue
Nov 18, 2022
This is similar to how it works for the kubernetes controllers; this is just porting the same logic to the compose controllers. fixes #5913 Signed-off-by: Nick Santos <[email protected]> Signed-off-by: Nick Santos <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Given a resource from
docker_compose
that points to aDockerfile
, I expected the restart button to rebuild my image.Current Behavior
The same image is restarted.
Steps to Reproduce
Context
tilt doctor
OutputAbout Your Use Case
As I was developing my image, I was adding new files to my image (passed as a volume). On a restart, I wasn't seeing the changes.
My
Tiltfile
is minimalWhere the
docker-compose.yml
looks likeMy workaround is to:
The text was updated successfully, but these errors were encountered: