Skip to content

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
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

Successfully merging this pull request may close these issues.

2 participants