You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-08 22:27:53 +02:00
update motion
This commit is contained in:
@ -118,7 +118,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] monit
|
- [x] monit
|
||||||
- [x] moodle :beetle:
|
- [x] moodle :beetle:
|
||||||
- [x] mosquitto
|
- [x] mosquitto
|
||||||
- [x] motion-arm64 :+1:
|
- [x] motion :+1:
|
||||||
- [x] ndscheduler
|
- [x] ndscheduler
|
||||||
- [x] nfs
|
- [x] nfs
|
||||||
- [x] nginx
|
- [x] nginx
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Dockerfile for motion-arm
|
# Dockerfile for motion
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM debian:bookworm
|
FROM debian:bookworm
|
||||||
@ -7,7 +7,8 @@ MAINTAINER EasyPi Software Foundation
|
|||||||
|
|
||||||
ARG MOTION_VERSION=4.7.0
|
ARG MOTION_VERSION=4.7.0
|
||||||
ARG MOTION_CODENAME=bookworm
|
ARG MOTION_CODENAME=bookworm
|
||||||
ARG MOTION_FILE=${MOTION_CODENAME}_motion_${MOTION_VERSION}-1_arm64.deb
|
ARG MOTION_ARCH=arm64
|
||||||
|
ARG MOTION_FILE=${MOTION_CODENAME}_motion_${MOTION_VERSION}-1_${MOTION_ARCH}.deb
|
||||||
ARG MOTION_URL=https://github.com/Motion-Project/motion/releases/download/release-${MOTION_VERSION}/${MOTION_FILE}
|
ARG MOTION_URL=https://github.com/Motion-Project/motion/releases/download/release-${MOTION_VERSION}/${MOTION_FILE}
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
@ -1,6 +1,9 @@
|
|||||||
version: "3.8"
|
|
||||||
services:
|
services:
|
||||||
motion:
|
motion:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
args:
|
||||||
|
MOTION_ARCH: arm64
|
||||||
image: easypi/motion-arm64
|
image: easypi/motion-arm64
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
Reference in New Issue
Block a user