mattermost-push-proxy-router (sha256:03ec8bf11b18234ffcf1b0f659963d8221a03b84768eecf990e065f4aa63407a)

Published 2026-07-26 10:07:44 +02:00 by fmartingr

Installation

docker pull git.nakama.town/fmartingr/mattermost-push-proxy-router@sha256:03ec8bf11b18234ffcf1b0f659963d8221a03b84768eecf990e065f4aa63407a
sha256:03ec8bf11b18234ffcf1b0f659963d8221a03b84768eecf990e065f4aa63407a

Image layers

ARG TARGETPLATFORM=linux/amd64
LABEL maintainer=Felipe Martin <me@fmartingr.com>
LABEL org.opencontainers.image.source=https://git.nakama.town/fmartingr/mattermost-push-proxy-router
COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt # buildkit
COPY /usr/share/zoneinfo /usr/share/zoneinfo # buildkit
COPY /etc/passwd /etc/passwd # buildkit
COPY /etc/group /etc/group # buildkit
COPY /app /app # buildkit
COPY linux/amd64/mattermost-push-proxy-router /usr/local/bin/mattermost-push-proxy-router # buildkit
WORKDIR /app
USER app
EXPOSE [8066/tcp]
ENTRYPOINT ["/usr/local/bin/mattermost-push-proxy-router"]

Labels

Key Value
maintainer Felipe Martin <me@fmartingr.com>
org.opencontainers.image.source https://git.nakama.town/fmartingr/mattermost-push-proxy-router
org.opencontainers.image.version 0.1.0
Details
Container
2026-07-26 10:07:44 +02:00
1
OCI / Docker
linux/amd64
3 MiB
Versions (7) View all
0.2.2 2026-07-30
latest 2026-07-30
0.2.1 2026-07-30
0.2.0 2026-07-28
0.1.2 2026-07-27