德顺 姚 yaods
  • Joined on 2025-11-13

ferretdb (2.5.0)

Published 2025-11-21 11:12:56 +08:00 by yaods

Installation

docker pull gitea.adesk.com/yaods/ferretdb:2.5.0
sha256:202e2d0214b36146b8be92c0b21aa4a445d2ea95941aa05e41e031a8b3254b70

About this package

A truly Open Source MongoDB alternative

Image Layers

COPY build/ferretdb/passwd /etc/passwd # buildkit
COPY build/ferretdb/group /etc/group # buildkit
USER ferretdb:ferretdb
COPY /src/bin/ferretdb /ferretdb # buildkit
COPY --chown=ferretdb:ferretdb /state /state # buildkit
ENTRYPOINT ["/ferretdb"]
HEALTHCHECK &{["CMD" "/ferretdb" "ping"] "1m0s" "5s" "30s" "5s" '\x01'}
WORKDIR /
VOLUME [/state]
EXPOSE map[27017/tcp:{} 27018/tcp:{} 8088/tcp:{}]
ENV FERRETDB_LISTEN_ADDR=:27017
ENV FERRETDB_DEBUG_ADDR=:8088
ENV FERRETDB_STATE_DIR=/state
ARG LABEL_VERSION=v2.5.0
ARG LABEL_COMMIT=b4eda04f375ca6eb63867d36901787e5af6d0eb6
LABEL org.opencontainers.image.description=A truly Open Source MongoDB alternative
LABEL org.opencontainers.image.revision=b4eda04f375ca6eb63867d36901787e5af6d0eb6
LABEL org.opencontainers.image.source=https://github.com/FerretDB/FerretDB
LABEL org.opencontainers.image.title=FerretDB
LABEL org.opencontainers.image.url=https://www.ferretdb.com/
LABEL org.opencontainers.image.vendor=FerretDB Inc.
LABEL org.opencontainers.image.version=v2.5.0

Labels

Key Value
org.opencontainers.image.description A truly Open Source MongoDB alternative
org.opencontainers.image.revision b4eda04f375ca6eb63867d36901787e5af6d0eb6
org.opencontainers.image.source https://github.com/FerretDB/FerretDB
org.opencontainers.image.title FerretDB
org.opencontainers.image.url https://www.ferretdb.com/
org.opencontainers.image.vendor FerretDB Inc.
org.opencontainers.image.version v2.5.0
Details
Container
2025-11-21 11:12:56 +08:00
0
OCI / Docker
linux/amd64
18 MiB
Versions (1) View all
2.5.0 2025-11-21