beeta/nakama (latest)

Published 2026-01-10 08:02:35 +00:00 by doomtube

Installation

docker pull qbit.realms.pub/doomtube/beeta/nakama:latest
sha256:908efbda39f378469492c5c302bbf9aa195b2653f8ca983eaf46fd6ea8c4e7b4

About this package

Distributed server for social and realtime games and apps.

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1763337600'
ARG VERSION=3.35.1
LABEL maintainer=Heroic Labs
LABEL contact=support@heroiclabs.com
LABEL version=3.35.1
LABEL variant=nakama
LABEL description=Distributed server for social and realtime games and apps.
ENV DEBIAN_FRONTEND=noninteractive
RUN |1 VERSION=3.35.1 /bin/sh -c mkdir -p /nakama/data/modules && apt-get update && apt-get -y upgrade && apt-get install -y --no-install-recommends ca-certificates tzdata iproute2 tini && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /nakama/
COPY /go/build-out/nakama /nakama/ # buildkit
EXPOSE [7349/tcp 7350/tcp 7351/tcp]
ENTRYPOINT ["tini" "--" "/nakama/nakama"]
HEALTHCHECK &{["CMD-SHELL" "/nakama/nakama healthcheck || exit 1"] "30s" "10s" "0s" "0s" '\x00'}
COPY /backend/backend.so /nakama/data/modules/backend.so # buildkit
COPY config.yml /nakama/data/config.yml # buildkit

Labels

Key Value
contact support@heroiclabs.com
description Distributed server for social and realtime games and apps.
maintainer Heroic Labs
org.opencontainers.image.created 2025-12-03T18:36:34.118Z
org.opencontainers.image.description Distributed server for social and realtime games and apps.
org.opencontainers.image.licenses Apache-2.0
org.opencontainers.image.revision c76c9421de1eab3c5663441b54bcc64c4178fbc8
org.opencontainers.image.source https://github.com/heroiclabs/nakama
org.opencontainers.image.title nakama
org.opencontainers.image.url https://github.com/heroiclabs/nakama
org.opencontainers.image.version 3.35.1
variant nakama
version 3.35.1
Details
Container
2026-01-10 08:02:35 +00:00
1
OCI / Docker
linux/amd64
Apache-2.0
64 MiB
Versions (51) View all