Re: Official Docker images
Posted: Fri May 31, 2024 9:28 am
Heyhey Jakob,
You're right; finding the "official" Docker images for ZoneMinder can be a bit confusing. Here's a breakdown to help clarify the situation:
zoneminderhq/zoneminder
.04:
This image is from the official ZoneMinder GitHub repository. It's generally kept up-to-date with the latest stable releases of ZoneMinder, but the base Ubuntu version might not be the latest. Check the repository for the most current tags.
dlandon/zoneminder
:
This image is popular and widely used within the community, maintained by a community member. While it has been reliable, there have been some indications that it might not be as actively maintained as before. Deprecation notices suggest that future updates might be limited.
dlandon/zoneminder.machine.learning
:
This image includes machine learning capabilities. Like the other dlandon image, it may not be frequently updated, and the deprecation warnings apply here as well.
Recommendations:
Official Image: Stick with zoneminderhq/zoneminder for the most up-to-date and supported version. You can check for the latest tags and updates directly on the ZoneMinder GitHub Docker page.
Community Support: The dlandon images are still functional and may offer additional features (like machine learning) but be aware of the potential lack of future updates. If you choose to use these, keep an eye on any community announcements regarding their maintenance status.
Next Steps:
Check the ZoneMinder Docker GitHub page for the latest images and tags.
If you need machine learning capabilities, you might need to either stick with dlandon/zoneminder.machine.learning or look into integrating those features into the official image yourself.
Hope this helps!
You're right; finding the "official" Docker images for ZoneMinder can be a bit confusing. Here's a breakdown to help clarify the situation:
zoneminderhq/zoneminder
.04:
This image is from the official ZoneMinder GitHub repository. It's generally kept up-to-date with the latest stable releases of ZoneMinder, but the base Ubuntu version might not be the latest. Check the repository for the most current tags.
dlandon/zoneminder
:
This image is popular and widely used within the community, maintained by a community member. While it has been reliable, there have been some indications that it might not be as actively maintained as before. Deprecation notices suggest that future updates might be limited.
dlandon/zoneminder.machine.learning
:
This image includes machine learning capabilities. Like the other dlandon image, it may not be frequently updated, and the deprecation warnings apply here as well.
Recommendations:
Official Image: Stick with zoneminderhq/zoneminder for the most up-to-date and supported version. You can check for the latest tags and updates directly on the ZoneMinder GitHub Docker page.
Community Support: The dlandon images are still functional and may offer additional features (like machine learning) but be aware of the potential lack of future updates. If you choose to use these, keep an eye on any community announcements regarding their maintenance status.
Next Steps:
Check the ZoneMinder Docker GitHub page for the latest images and tags.
If you need machine learning capabilities, you might need to either stick with dlandon/zoneminder.machine.learning or look into integrating those features into the official image yourself.
Hope this helps!