Q: What changes are needed to a local build of docker-freetube for new version of freetube

@TheLamer:

Thanks for so far maintaing the LSIO docker-freetube image, I have been an avid user of this.

Now that the image is deprecated I would like to maintain a local version and with the help of the github project I was able to build the image locally.

I am unsure what the changes are that I need to make when a new version of FreeTube is released. It seems that the build is installing the freetube package in a debian container. I am not familiar with doing docker image builds and I am not a developer. So please forgive if I ask uninformed questions…

Would you be willing to publicly document or give some hints on this forum on what are the changes that need to be made to which files to make a new version of FreeTube be built into and run in the container?

All the best!

we do the same thing for all containers
linuxserver/pipeline-triggers: This repository is used to store the logic needed to generate tags for build triggers in Jenkins

have fun!

you just need to rebuild it. it fetches the version on build.

ahh i thought they wanted it automated :smiley:

I can see there is a file in the build folder that contains lots of packages and their versions? Is this file updated automagically upon build? Or would I need to manually put in the new version for the freetube package and its dependencies?

package_versions.txt is not used in building. You dont need to change anything.

1 Like

I would base on the selkies branch as well, way better performance, but that is beta.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.