muyu-gateway (latest)
Published 2026-07-22 07:17:30 +00:00 by kaezhou
Installation
docker pull dev-chiba.iloom.fun/kaezhou/muyu-gateway:latestsha256:10e551bcc1520d7d87c9daaf7ba152d9630afef76a8da22c847794bebc8efad6Image Layers
| ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c sed -i "s|dl-cdn.alpinelinux.org|mirrors.aliyun.com|g" /etc/apk/repositories # buildkit |
| RUN /bin/sh -c apk add --no-cache ca-certificates tzdata gettext # buildkit |
| WORKDIR /app |
| COPY /server ./gateway # buildkit |
| COPY deploy/etc/gateway.yaml etc/gateway.yaml # buildkit |
| COPY deploy/tools/ tools/ # buildkit |
| COPY deploy/entrypoint.sh /entrypoint.sh # buildkit |
| EXPOSE map[8888/tcp:{}] |
| ENTRYPOINT ["/entrypoint.sh"] |
| CMD ["./gateway" "-f" "etc/gateway.yaml"] |
Details
2026-07-22 07:17:30 +00:00
Versions (3)
View all
Container
0
OCI / Docker
linux/amd64
46 MiB