mattermost-push-proxy-router (sha256:7dcf96f84f0cb3f1b54fc545b2035b89a2014788be912bcfc9cfc0274f7b4b48)

Published 2026-07-28 18:21:06 +02:00 by fmartingr

Installation

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

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.2.0
Details
Container
2026-07-28 18:21:06 +02:00
1
OCI / Docker
linux/amd64
4.9 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