I'm one of the Jackett developers. This PR creates a file in /etc/docker-image with the Docker image version.
Since we enabled automatic updates in #102 we are having less issues, but we can't know the version of the Docker image, just the Jacket version. In some cases it's necessary to know the Docker image because some libraries like openssl are outdated.
Benefits of this PR and context:
We are going to read that file (if it exists) and print the version near the Jackett version to help resolve issues.
Description:
I'm one of the Jackett developers. This PR creates a file in
/etc/docker-image
with the Docker image version. Since we enabled automatic updates in #102 we are having less issues, but we can't know the version of the Docker image, just the Jacket version. In some cases it's necessary to know the Docker image because some libraries like openssl are outdated.Benefits of this PR and context:
We are going to read that file (if it exists) and print the version near the Jackett version to help resolve issues.
How Has This Been Tested?
Manually in my machine.
@thelamer ping.