Mattermost-server: Reorganize tagging of the mattermost-push-proxy container

Created on 25 Sep 2018  路  5Comments  路  Source: mattermost/mattermost-server

Summary

From https://github.com/mattermost/mattermost-docker/issues/303:
The mattermost-push-proxy container on Docker Hub does not contain a latest tag. There are also no tags for major releases.
If you want to use the container, you have to track the upstream tags and change then manually on every new release.

Furthermore, the releases page for the push proxy shows 4.4.10 as latest version, but the tag with the highest version on Docker Hub is 5.2.1 (4.4.10 does not exist).

Steps to reproduce

Run docker pull mattermost/mattermost-push-proxy

Expected behavior

Should pull the latest version of the push proxy container.

Observed behavior (that appears unintentional)

Error response from daemon: manifest for mattermost/mattermost-push-proxy:latest not found

Possible fixes

Set-up automated builds as it's already the case with the mattermost-prod-app repo and tag new releases.

Bug ReporOpen

Most helpful comment

I don鈥檛 yet have access to the main repo so I have completed number 1 and 2 on a fork.
It appears that number 3 is no longer an issue.
https://hub.docker.com/r/jaydeland/mattermost-push-proxy/tags

I have also migrated Docker to alpine:3.10.1 (since this is the latest version).
https://github.com/jaydeland/mattermost-push-proxy

CircleCI:
https://circleci.com/gh/jaydeland/mattermost-push-proxy

All 5 comments

Hi @J0WI, thank you for reporting this.

I created a Jira ticket for the Issues here: https://mattermost.atlassian.net/browse/MM-12316.

I don鈥檛 yet have access to the main repo so I have completed number 1 and 2 on a fork.
It appears that number 3 is no longer an issue.
https://hub.docker.com/r/jaydeland/mattermost-push-proxy/tags

I have also migrated Docker to alpine:3.10.1 (since this is the latest version).
https://github.com/jaydeland/mattermost-push-proxy

CircleCI:
https://circleci.com/gh/jaydeland/mattermost-push-proxy

I get /entrypoint.sh: line 23: mattermost-push-proxy: not found with current latest.
Tags for major releases like in https://github.com/mattermost/mattermost-docker/issues/369 are still missing.

Was this page helpful?
0 / 5 - 0 ratings