pkg

coturn (stable)

Published 2026-07-13 13:15:17 +00:00 by packager

Installation

docker pull forge.myvelabs.com/pkg/coturn:stable
sha256:65c627ad0f110937e7773fa57d3dc436d6d051629a8383938e0b087047136079

Image layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk update && apk upgrade && apk add --no-cache ca-certificates && update-ca-certificates && apk add --no-cache libevent libcrypto3 libssl3 libpq mariadb-connector-c sqlite-libs hiredis mongo-c-driver libmicrohttpd && apk add --no-cache bash && apk add --no-cache bind-tools && rm -rf /var/cache/apk/* # buildkit
COPY /out/ / # buildkit
RUN /bin/sh -c apk add --no-cache libcap && setcap CAP_NET_BIND_SERVICE=+ep /usr/bin/turnserver && apk del libcap && rm -rf /var/cache/apk/* # buildkit
USER nobody:nogroup
EXPOSE [3478/tcp 3478/udp 5349/tcp 5349/udp]
VOLUME [/var/lib/coturn]
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["--log-file=stdout" "--external-ip=$(detect-external-ip)"]

Labels

Key Value
org.opencontainers.image.revision 554322e86cb2ce1bc976cecd91f2a1f33100487e
org.opencontainers.image.source https://github.com/coturn/coturn
org.opencontainers.image.version 4.14.0-r0-20-g554322e8
Details
Container
2026-07-13 13:15:17 +00:00
0
OCI / Docker
linux/amd64
17 MiB
Versions (2) View all
latest 2026-08-18
stable 2026-07-13