github haugene/docker-transmission-openvpn v4.3.0
Release 4.3.0: Newer OpenVPN and Transmission

latest releases: v5.3.1, v5.3.0, V5.3.0...
22 months ago

The main update in this release is that we're changing the base image from Ubuntu 20.04 to 22.04 🎉
This means that we're moving from Transmission 2.94 to 3.00, and OpenVPN 2.4.7 to 2.5.5.

There's also a fix for an issue that has been affecting NordVPN users in the last few releases #2404

On the non-functional side we're moving the image builds from CircleCI to GitHub actions both because there was a time limit that caused problems for the beta builds and that it will bring the CI/CD stuff closer to the code. We're already using GitHub for repo hosting, discussion board and issue tracking so we gather more in that ecosystem.

The latter also meant that I had to rewrite the build pipelines and we're changing the image tag strategy ever so slightly. We're relying on the docker/metadata-action to generate tags for us instead of doing it in a custom way, conventions over configuration! latest will now point to the latest release rather than the latest commit on master branch. Apart from that it will be pretty similar. edge will be the latest commit on master branch (soon main branch I suspect), and we will also tag each build with the branch name as well so dev will still be dev.

Let's see how it goes. Need to make this release to see that all the tags appear as they should 🤞

Don't miss a new docker-transmission-openvpn release

NewReleases is sending notifications on new releases.