pkg

coturn (latest)

Published 2026-08-18 21:47:40 +00:00 by packager

Installation

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

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 ed8f14b51c84fed8e7ec4a91e852c032b20b07bf
org.opencontainers.image.source https://github.com/coturn/coturn
org.opencontainers.image.version 4.17.2-r0-7-ged8f14b5
Details
Container
2026-08-18 21:47:40 +00:00
52
OCI / Docker
linux/amd64
17 MiB
Versions (2) View all
latest 2026-08-18
stable 2026-07-13