-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad build in docker hub for latest image #206
Comments
# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
kong 1.0.3 5aaacee41330 4 weeks ago 93.3MB
postgres 9.5-alpine ef0e648682d3 4 weeks ago 36.9MB
node 10.9-alpine df2d34f007a1 7 months ago 70.6MB
# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
# git pull
Already up to date. # git status
On branch 3.0
Your branch is up to date with 'origin/3.0'.
nothing to commit, working tree clean # git log | head
commit 7f67701dc1e06266f92c7cb9291c553de4eae2b6
Author: PGBI <pbarrau@classy.org>
Date: Sat Mar 16 17:08:33 2019 -0700
3.6.0
commit b61ff08fba55472cb4db9b553a4a1a4ad7f5d1b8
Merge: e93365a 0b1096f
Author: Pierre <pierre.barrau@mines-paris.org>
Date: Sat Mar 16 17:06:21 2019 -0700
...
# KONG_VERSION=1.0.3 docker-compose up kong-dashboard
...
kong-dashboard | serving
kong-dashboard | kong-dashboard stdout: Connecting to Kong on http://kong:8001 ...
kong-dashboard | kong-dashboard stdout: Connected to Kong on http://kong:8001.
kong-dashboard | Kong version is 1.0.3
kong-dashboard | kong-dashboard stdout: Starting Kong Dashboard on port 8080
kong-dashboard | kong-dashboard stdout: Kong Dashboard has started on port 8080
I tested again in a clean environment, and the result is the same.
FYI: I found that kong-dashboard So I tried with Kong |
Yes, you're right, kong dashboard v3.6.0 works only with kong |
Issue summary
Problem with the latest kong-dashboard version in docker hub, I think you build the 3.5 version and not 3.6.
Your environment
Issue description
I tried to get the latest kong-dashboard with the latest kong but I get an error message.
docker-compose logs kong-dashboard
:"This version of Kong dashboard doesn't support Kong v0.15 and higher."
After a little search, I found that your build version latest in docker hub correspond to the version 3.5 and not 3.6.
Just rebuild with the good version ;)
Current behavior
Kong-dashboard can't connect to my kong
Expected behavior
If kong is in version 1.0.2 and kong-dashboard in 3.6.0, all it's ok. I have clone your git repo and build with tag 3.6 and all it's ok.
Steps to reproduce
With docker-compose:
Install latest kong version then install latest kong-dashboard version and you get this error.
Good to have
Any screenshots? Browsers' logs?
The text was updated successfully, but these errors were encountered: