Replies: 9 comments 3 replies
-
while I understand the wish for always up-2-date packages, this is not really viable nor efficient, as automatic updates such as this could lead to build problems or unexpected issues.. |
Beta Was this translation helpful? Give feedback.
-
For Flood at least, every commit results in a new release (johman10/flood-for-transmission#77). Not having it updated in a "regular" fashion risks missing out features and bug fixes (as well as its dependency updates since it uses dependabot).
How about having some sort of bot or mechanism that automatically tracks upstream releases and opens PRs? |
Beta Was this translation helpful? Give feedback.
-
@pkishino Should this be re-opened until the concerns at #1832 (comment) are solved? |
Beta Was this translation helpful? Give feedback.
-
Hmm, not sure why I closed this.. |
Beta Was this translation helpful? Give feedback.
-
https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates |
Beta Was this translation helpful? Give feedback.
-
What about adding an environment variable to enable checking and downloading the latest version on start. You can do this right now with the openvpn-pre-start.sh script manually while waiting for this to be added |
Beta Was this translation helpful? Give feedback.
-
Having it download every time the container gets created seems wasteful and doesn't seem to be in line with how containers should handle their dependencies. Having it baked into the image is the correct way to go. |
Beta Was this translation helpful? Give feedback.
-
Hmm. Do we have to trigger on upstream stuff? While very precise it's probably also a more complex solution. Could we just run once per week and say that's good enough? Open for other solutions as well 👍 |
Beta Was this translation helpful? Give feedback.
-
Hello! I just wanted to comment here for visibility again. @johman10 recently made an update to Flood that I was interested in seeing in this image. I think @haugene that your suggestion of a 1x/week rebuild would make sense, as long as it's easy to implement. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Before creating this request I have:
REQUIRED
Is your feature request related to a problem? Please describe.
REQUIRED
docker-transmission-openvpn/Dockerfile
Line 10 in d7e7a24
Describe the solution you'd like
REQUIRED
Describe alternatives you've considered
REQUIRED
Additional context
Optional
Beta Was this translation helpful? Give feedback.
All reactions