Skip to content

Commit

Permalink
Merge pull request #3283 from livepeer/mediamtx-docker
Browse files Browse the repository at this point in the history
Dockerfile.mediamtx remove custom mediamtx.yml config
  • Loading branch information
pwilczynskiclearcode authored Nov 28, 2024
2 parents 15a37cf + c5729ca commit e21d3a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 708 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile.mediamtx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:24.04

ARG TARGETARCH
ENV MEDIAMTX_VERSION="v1.9.3"

# we need curl in the image as it's later used in the runOnReady command
RUN apt-get update \
&& apt-get install -y \
ca-certificates \
Expand All @@ -14,6 +14,4 @@ RUN curl -L https://github.com/bluenviron/mediamtx/releases/download/${MEDIAMTX_
&& tar xzvf /mediamtx.tar.gz \
&& rm /mediamtx.tar.gz

COPY ./mediamtx.yml /mediamtx.yml

ENTRYPOINT ["/mediamtx"]
Loading

0 comments on commit e21d3a7

Please sign in to comment.