pkg

coturn (latest)

Published 2026-06-22 08:00:17 +00:00 by packager

Installation

docker pull forge.myvelabs.com/pkg/coturn:latest
sha256:00029c3a2d4a8b13964a79309b680a4362e01b242e7125b367504db8ef76d35b

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 8cd19518d31a70f340185b6bbd629b28947148aa
org.opencontainers.image.source https://github.com/coturn/coturn
org.opencontainers.image.version 4.13.1-r0-12-g8cd19518
Details
Container
2026-06-22 08:00:17 +00:00
17
OCI / Docker
linux/amd64
17 MiB
Versions (1) View all
latest 2026-06-22