Skip to content

Adding UI build step into Docker build process#892

Open
steilerDev wants to merge 5 commits intogetwud:mainfrom
steilerDev:main
Open

Adding UI build step into Docker build process#892
steilerDev wants to merge 5 commits intogetwud:mainfrom
steilerDev:main

Conversation

@steilerDev
Copy link

I was trying to get docker-compose trigger working and noticed, that those changes have not yet been released to DockerHub - therefore I needed to build the container locally, when I noticed that the UI is currently not build as one of the build stages (but requires a local build).

Therefore I quickly added an intermediate stage that also builds the UI in Docker to simplify the build and release process.

I've also optimized the overall Dockerfile - let me know if you think I should revert any of those changes:

  • Moved metadata from base into production stage
  • Removed unnecessary apk dependencies (jq and git) - I guess tzdata and maybe even openssl could be removed as well - but I don't know the app's codebase to have high confidence in this
  • Removed UI sources from .dockerignore to enable UI build in Docker container

P.S.: It would be great if you could release a new version - 8.1.1 is 6 months old and I really need the changes to the dockercompose trigger :) Thanks!!!

avargaskun and others added 5 commits December 20, 2025 12:10
- Attempting to run regex on boolean field: container.image.tag.semver
- Throwing instead of returning filtered list of tags
BUG: The logic calling `isDigestToWatch` should pass parsedImage but instead is passing the domain
CHANGE: The label `wud.watch.digest` should be respected regardless of registry
@fmartinou fmartinou self-assigned this Feb 8, 2026
@fmartinou fmartinou added the enhancement New feature or request label Feb 8, 2026
# Dependencies stage
FROM base AS dependencies
# RUN apk add --no-cache tzdata openssl curl git jq bash
RUN apk add --no-cache tzdata openssl curl bash
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git and jq were there for those who use the cmd trigger and could need them.

@s-b-e-n-s-o-n
Copy link

This has been integrated into WUD-CE as of 9.0.0-ce — our Dockerfile has multi-stage builds for both app and UI. Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants