diff --git a/Dockerfile_AMD64 b/Dockerfile_AMD64 index 8a00ae9..9d23599 100644 --- a/Dockerfile_AMD64 +++ b/Dockerfile_AMD64 @@ -74,7 +74,7 @@ RUN adduser www-data video RUN mkdir /config -COPY zoneminder_1.36.33~20230228.55-bullseye_amd64.deb / +COPY zoneminder_1.36.35~20241030.27-bullseye_amd64.deb / COPY entrypoint.sh / RUN chmod +x /entrypoint.sh diff --git a/README.md b/README.md index 00e3ffd..8119da8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# ZONEMINDER - DOCKER ARM64 +# ZONEMINDER - DOCKER ARM64 AMD64 + +## DISCONTINUED +## Since I am no longer using ZoneMinder, versions after 1.36.33 will no longer be tested, use them at your own risk and make backups before upgrading. +## The command to compile the ARM64 version no longer works so I will continue to maintain ZoneMinder version 1.36.33. + +---------------------------- This is a simple debian image with the ZoneMinder installed following the official instructions https://wiki.zoneminder.com/Debian_10_Buster_with_Zoneminder_1.36.x_from_ZM_Repo; due to the fact that there is no official arm64 package it has been build directly from the sources https://zoneminder.readthedocs.io/en/stable/installationguide/packpack.html via `OS=debian DIST=bullseye ARCH=aarch64 utils/packpack/startpackpack.sh` @@ -10,8 +16,6 @@ Image available at https://hub.docker.com/r/nardo86/zoneminder Feel free to consider donating if my work helped you! https://paypal.me/ErosNardi -_Tested on my MiniPC Intel x64 and SWAG_ - **USAGE** diff --git a/entrypoint_AMD64.sh b/entrypoint_AMD64.sh index 747a8ae..b15e7cf 100644 --- a/entrypoint_AMD64.sh +++ b/entrypoint_AMD64.sh @@ -9,10 +9,10 @@ dpkg-reconfigure --frontend noninteractive tzdata #install from package echo "Check ZoneMinder version" -RESULT=$(dpkg -l | grep '^ii' | grep zoneminder |grep 1.36.33) +RESULT=$(dpkg -l | grep '^ii' | grep zoneminder |grep 1.36.35) if [ "$RESULT" == "" ]; then echo "Installing new version" - dpkg -i /zoneminder_1.36.33~20230228.55-bullseye_amd64.deb + dpkg -i /zoneminder_1.36.35~20241030.27-bullseye_amd64.deb a2enmod ssl \ && a2enmod rewrite \ && a2enmod headers \ diff --git a/zoneminder_1.36.33~20230228.55-bullseye_amd64.deb b/zoneminder_1.36.33~20230228.55-bullseye_amd64.deb deleted file mode 100644 index 4bd2495..0000000 Binary files a/zoneminder_1.36.33~20230228.55-bullseye_amd64.deb and /dev/null differ diff --git a/zoneminder_1.36.35~20241030.27-bullseye_amd64.deb b/zoneminder_1.36.35~20241030.27-bullseye_amd64.deb new file mode 100644 index 0000000..92f7700 Binary files /dev/null and b/zoneminder_1.36.35~20241030.27-bullseye_amd64.deb differ