esp32cam (production-gocam)

Published 2024-09-27 17:37:32 -04:00 by colin

Installation

docker pull git.nixc.us/nixius/esp32cam:production-gocam
sha256:6479c85e9707b0e98c0b46cc2ec907a0ca3ab498cc706e36c5c916b45d0c972d

Image Layers

ADD file:99093095d62d0421541d882f9ceeddb2981fe701ec0aa9d2c08480712d5fed21 in /
CMD ["/bin/sh"]
WORKDIR /app
COPY /app/gocam /usr/local/bin/gocam # buildkit
RUN /bin/sh -c mkdir -p /config # buildkit
VOLUME [/config]
ENV CONFIG_PATH=/config
ENV RTSP_URL=rtsp://localhost:8554/stream
ENTRYPOINT ["/usr/local/bin/gocam"]

Labels

Key Value
com.docker.compose.project esp32cam
com.docker.compose.service gocam
com.docker.compose.version 2.28.1
Details
Container
2024-09-27 17:37:32 -04:00
2
OCI / Docker
linux/amd64
10 MiB
Versions (4) View all
production-gocam 2024-09-27
production-rtsp 2024-09-27
staging-gocam 2024-09-27
staging-rtsp 2024-09-27