Add ability to force rebuild when using dockerfile #267
Replies: 22 comments 9 replies
|
Fully support this! The UI currently lets you run |
|
This! |
|
I came here looking for this. Not that it's difficult to do it manually, but having a build & pull button would be fantastic! |
|
and a way to change the docker command thats used when started a container |
|
I would also love this feature |
|
Count me in! |
|
Absolutely searching for this feature!!! Also the possibility to edit the Dockerfile in edit mode would be useful. |
|
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. |
|
bumps |
|
This would be perfect for my homelab |
|
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! |
|
bump |
|
This would be great |
|
Bump |
|
Thinking about the implementation. Some configurations with multiple services would use both Pull and Build buttons. Scanning the compose files for which buttons to show feels too comlpicated. |
|
Bump |
|
I fully support this request. |
|
Just to crowdsource this, what would the best practice action be the button performs? |
|
Bumping this! |
|
What would "Build" button do if dockerfile does not instruct so? I don't think additional button is necessary. Just honor compose structure during deploy. Scan is the way. Build image if dockerfile instructs so upon deploy, otherwise just deploy. Same for Update button. |
|
Bump! |
|
Hi, added to my Enhanced fork. |
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 (
--buildequivalent) for services which have abuild:instead of animage:.❓ Alternatives
Add an extra build/rebuild button
📝 Additional Context
No response
All reactions