taivokasper / docker-omnidb

OmniDB installed into a Docker container
36 stars 19 forks source link

update alpine os from 3.8 to 3.9 #13

Closed thomasboussekey closed 5 years ago

taivokasper commented 5 years ago

Thanks, I'll merge and release under tag v2.12.0-alpine_3.9

taivokasper commented 5 years ago

@thomasboussekey I will soon release upgrades to OmniDB version as well.

Tag: v2.13.0-alpine_3.9 Tag: v2.14.0-alpine_3.9

thomasboussekey commented 5 years ago

Hello @taivokasper ,

Thank you for the merge process.

Yesterday, I also tried to upgrade omnidb to 2.13 or 2.14, but I encountered the following issue: https://github.com/OmniDB/OmniDB/issues/902

If your container is working fine, there might be a problem on my laptop or somewhere else!

Have a nice week-end, Regards, Thomas

taivokasper commented 5 years ago

Hi @thomasboussekey,

Tags v2.14.0-alpine_3.9 and v2.13.0-alpine_3.9 both work fine for me. I can log in, connect to a postgresql database, run queries and there are no warnings/errors in console.

I ran the following command docker run -it --rm -p 8080:8080 -p 25482:25482 taivokasper/omnidb:v2.14.0-alpine_3.9

Very random but to be on the safe side try using OmniDB without any browser plugins. This can easily be done using incognito mode on chrome or private browsing in firefox. Maybe there is a browser plugin that messes with the token or headers?

Have a good weekend!

thomasboussekey commented 5 years ago

Hello @taivokasper ,

You're correct, my new containers are also working fine with omnidb 2.13 and 2.14. I think my problem was linked to webbrowser cache.

Version 2.15 is expected for this week ;-)

Have a nice week, Regards, Thomas