mcp-http (sha256:a53d218aae97ce5096cd379f32b462ee53921f52de16cfc1bf5273c43aa065f1)

Published 2026-08-14 14:12:05 +03:00 by ymnuk in ymnuk/mcp-http

Installation

docker pull git.ymnuktech.ru/ymnuk/mcp-http@sha256:a53d218aae97ce5096cd379f32b462ee53921f52de16cfc1bf5273c43aa065f1
sha256:a53d218aae97ce5096cd379f32b462ee53921f52de16cfc1bf5273c43aa065f1

Image layers

ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk --no-cache add ca-certificates tzdata && rm -rf /var/cache/apk/* # buildkit
WORKDIR /app
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt # buildkit
COPY /usr/share/zoneinfo /usr/share/zoneinfo # buildkit
COPY /src/mcp-http /app/mcp-http # buildkit
USER nobody:nogroup
EXPOSE [8080/tcp]
ENTRYPOINT ["/app/mcp-http"]

Labels

Key Value
org.opencontainers.image.created 2026-08-14T11:10:24Z
org.opencontainers.image.revision 46c11ffdb2417cc27e3124cb60a485f9cb25f18c
org.opencontainers.image.source https://git.ymnuktech.ru/ymnuk/mcp-http.git
org.opencontainers.image.url https://git.ymnuktech.ru/ymnuk/mcp-http
org.opencontainers.image.version 0.2.0
Details
Container
2026-08-14 14:12:05 +03:00
1
OCI / Docker
linux/amd64
7.9 MiB
Versions (3) View all
v0.2.0 2026-08-14
latest 2026-08-14
v0.1.0 2026-08-10