iothub-gateway (1)

Published 2026-09-19 16:36:29 +07:00 by tgsoft

Installation

docker pull git.tgsofts.com/tgsoft/iothub-gateway:1
sha256:24469b3a7271a4bd598a814773dcbbe9a8cddc01d5409f70de371c9d9feb77fc

Image layers

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates tzdata su-exec ffmpeg postgresql16 postgresql16-client && adduser -D -u 10001 gateway && mkdir -p /var/log/iothub-gateway/dump /var/log/iothub-gateway/events && chown -R gateway:gateway /var/log/iothub-gateway && mkdir -p /var/lib/postgresql/data /run/postgresql && chown -R postgres:postgres /var/lib/postgresql /run/postgresql # buildkit
COPY /out/gateway /usr/local/bin/gateway # buildkit
COPY /out/replay /usr/local/bin/replay # buildkit
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
ENV TZ=Asia/Bangkok LISTEN_ADDR=:21110 API_ADDR=:8080 EVENT_SINKS=discard PGDATA=/var/lib/postgresql/data PATH=/usr/libexec/postgresql16:/usr/lib/postgresql16/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
EXPOSE map[21110/tcp:{} 8080/tcp:{}]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

Labels

Key Value
com.docker.compose.project iothub_gateway
com.docker.compose.service iothub-gateway
com.docker.compose.version 2.39.1
Details
Container
2026-09-19 16:36:29 +07:00
0
OCI / Docker
linux/amd64
66 MiB
Versions (1) View all
1 2026-09-19