Add ability to force rebuild when using dockerfile #267
Replies: 13 comments 2 replies
-
Fully support this! The UI currently lets you run |
Beta Was this translation helpful? Give feedback.
-
This! |
Beta Was this translation helpful? Give feedback.
-
I came here looking for this. Not that it's difficult to do it manually, but having a build & pull button would be fantastic! |
Beta Was this translation helpful? Give feedback.
-
and a way to change the docker command thats used when started a container |
Beta Was this translation helpful? Give feedback.
-
I would also love this feature |
Beta Was this translation helpful? Give feedback.
-
Count me in! |
Beta Was this translation helpful? Give feedback.
-
Absolutely searching for this feature!!! Also the possibility to edit the Dockerfile in edit mode would be useful. |
Beta Was this translation helpful? Give feedback.
-
Yeah, perhaps Dockerfile could be implemented in a way similar to the way .env is now, as a separate text field, maybe accesible only behind a toggle. And if it's enabled, you get the rebuild button. |
Beta Was this translation helpful? Give feedback.
-
bumps |
Beta Was this translation helpful? Give feedback.
-
This would be perfect for my homelab |
Beta Was this translation helpful? Give feedback.
-
I have at least one service that doesn't provide its own Docker images, and I always have to build it on my own. This would be very convenient to have, when I need to rebuild it for a newer release. Maybe, just maybe, it could also detect git repositories and allow for pulling them in the UI for updates. It would also be great if it could detect git repositories in subfolder or would allow them to be declared or something in that manner. That would be super convenient! |
Beta Was this translation helpful? Give feedback.
-
bump |
Beta Was this translation helpful? Give feedback.
-
This would be great |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Feature Request Type
API
🔖 Feature description
I sometimes build little customized images. But when i use
build:
instead ofimage:
in the compose.yaml i always have to stop&down, delete the image and start again in Dockge to get the updated version.✔️ Solution
The update button could rebuild (
--build
equivalent) for services which have abuild:
instead of animage:
.❓ Alternatives
Add an extra build/rebuild button
📝 Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions