parse-community / parse-dashboard

A dashboard for managing Parse Server
https://parseplatform.org
Other
3.75k stars 1.39k forks source link

Push recent tags to docker hub #1794

Closed Klaitos closed 3 years ago

Klaitos commented 3 years ago

New Issue Checklist

Issue Description

As the docker CI was not fired 2 last years, please upload recents tags to docker hubs (2.0.5 is the last one on the hub)

Steps to reproduce

https://hub.docker.com/r/parseplatform/parse-dashboard/tags?page=1&ordering=last_updated

Actual Outcome

Last stable tag available is 2.0.5

Expected Outcome

tag 2.2, 2.1 are available

Environment

Dashboard

Server

Database

Logs

parse-github-assistant[bot] commented 3 years ago

Thanks for opening this issue!

mtrezza commented 3 years ago

Old versions cannot easily be published as docker images as they had a dev-dependency on Parse Server master branch, since removed in https://github.com/parse-community/parse-dashboard/pull/1796. Since these old Parse Dashboard images require a lower Node version (usually around 8), but Parse Server master today requires at least Node 12, they have build issues. Possibly also related to the docker base node image used in these builds.

Closing as won't fix.