• Joined on 2023-03-10

glusterfs-server (latest)

Published 2025-07-25 00:37:20 +00:00 by kohbo

Installation

docker pull git.kohding.net/kohbo/glusterfs-server:latest
sha256:84cb4d52e1757066f96897b5063bbbaea063c53a966fc7e58f6362c71afa005d

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'
ARG FRM=debian:bookworm-slim
ARG TAG=latest
RUN |2 FRM=debian:bookworm-slim TAG=latest /bin/sh -c echo "$(date "+%d.%m.%Y %T") Built from ${FRM}" >> /build.info # buildkit
RUN |2 FRM=debian:bookworm-slim TAG=latest /bin/sh -c apt -y update && apt -y upgrade && apt -y dist-upgrade && apt -y install bash nano procps tini && apt -y install curl unzip jq && apt -y install tar && apt -y autoremove && apt -y autoclean && apt -y clean && rm -fr /tmp/* /var/tmp/* /var/lib/apt/lists/* # buildkit
ARG FRM=testdasi/debian-slim-base
ARG TAG=latest
ENV BRICK_PORT_RANGE=49152-49162
ENV MOUNT_PATH=
ENV GLUSTER_VOL=
EXPOSE map[111/tcp:{} 111/udp:{} 2049/tcp:{} 24007/tcp:{} 24008/tcp:{} 38465/tcp:{} 38466/tcp:{} 38467/tcp:{} 38469/tcp:{} 49152/tcp:{} 49153/tcp:{} 49154/tcp:{} 49155/tcp:{} 49156/tcp:{} 49157/tcp:{} 49158/tcp:{} 49159/tcp:{} 49160/tcp:{} 49161/tcp:{} 49162/tcp:{}]
ADD scripts / # buildkit
RUN |2 FRM=testdasi/debian-slim-base TAG=latest /bin/sh -c /bin/bash /install.sh && rm -f /install.sh # buildkit
VOLUME [/var/lib/glusterd]
VOLUME [/var/log/glusterfs]
VOLUME [/etc/glusterfs]
ENTRYPOINT ["tini" "--" "/entrypoint.sh"]
HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "0s" "0s" "0s" "0s" '\x00'}
RUN |2 FRM=testdasi/debian-slim-base TAG=latest /bin/sh -c echo "$(date "+%d.%m.%Y %T") Built from ${FRM} with tag ${TAG}" >> /build_date.info # buildkit
Details
Container
2025-07-25 00:37:20 +00:00
0
OCI / Docker
linux/amd64
73 MiB
Versions (1) View all
latest 2025-07-25