mirror of https://github.com/Nardo86/zm-docker.git
feat: Updated to ZM 1.36.35, freexed arm64 build, updated readme
This commit is contained in:
parent
379a86f3b3
commit
a2516871b1
|
@ -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
|
||||
|
|
10
README.md
10
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**
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue