trailcambrowser (sha256:e40f963467c5af6cea7add200b2aa4ed907999bc7843fcd3176520ebe7cc1beb)

Published 2026-02-14 21:22:42 +00:00 by cameron

Installation

docker pull git.cmzi.uk/cameron/trailcambrowser@sha256:e40f963467c5af6cea7add200b2aa4ed907999bc7843fcd3176520ebe7cc1beb
sha256:e40f963467c5af6cea7add200b2aa4ed907999bc7843fcd3176520ebe7cc1beb

About this package

Trail Cam Browser

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
ENV NODE_VERSION=20
RUN /bin/sh -c apt-get update && apt-get install -y curl gnupg vlc ffmpeg && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c corepack enable && corepack prepare pnpm@latest --activate # buildkit
RUN /bin/sh -c sed -i 's/geteuid/getppid/' /usr/bin/vlc || true # buildkit
ENV VLC_VERBOSE=0
WORKDIR /app
COPY server/package.json server/pnpm-lock.yaml* ./server/ # buildkit
RUN /bin/sh -c cd server && pnpm install --frozen-lockfile --prod # buildkit
COPY client/package.json client/pnpm-lock.yaml* ./client/ # buildkit
RUN /bin/sh -c cd client && pnpm install --frozen-lockfile # buildkit
COPY client/ ./client/ # buildkit
RUN /bin/sh -c cd client && pnpm run build # buildkit
COPY server/ ./server/ # buildkit
RUN /bin/sh -c mkdir -p /app/data/uploads /app/data/transcoded /app/data/thumbnails # buildkit
ENV DATA_DIR=/app/data
ENV PORT=3000
ENV NODE_ENV=production
EXPOSE [3000/tcp]
WORKDIR /app/server
CMD ["node" "src/index.js"]

Labels

Key Value
org.opencontainers.image.created 2026-02-14T21:20:37.461Z
org.opencontainers.image.description Trail Cam Browser
org.opencontainers.image.licenses
org.opencontainers.image.ref.name main
org.opencontainers.image.revision 154ad54dae5fc53958862e43c1187b80721e4bf5
org.opencontainers.image.source http://forgejo:3000/cameron/trailcambrowser
org.opencontainers.image.title trailcambrowser
org.opencontainers.image.url https://git.cmzi.uk/cameron/trailcambrowser
org.opencontainers.image.version main
Details
Container
2026-02-14 21:22:42 +00:00
1
OCI / Docker
linux/amd64
440 MiB
Versions (11) View all
main 2026-02-15
latest 2026-02-15
sha-0bb87c6 2026-02-15
sha-21d4290 2026-02-14
sha-154ad54 2026-02-14