11 lines
272 B
Docker
11 lines
272 B
Docker
ARG VERSION
|
|
|
|
FROM livekit/egress:${VERSION}
|
|
|
|
ARG VERSION
|
|
|
|
LABEL Version="${VERSION}" \
|
|
Maintainer="H2 invent GmbH" \
|
|
Description="Meetling Livekit Egress" \
|
|
org.opencontainers.version="${VERSION}" \
|
|
org.opencontainers.image.title="Meetling Livekit Egress"
|