dockette / adminer

:whale: Tiniest boxed dockerized Adminer (MySQL, PostgreSQL, SQLite, Mongo, Oracle) Dockerfiles
MIT License
85 stars 29 forks source link

Use latest version by default #13

Closed enumag closed 5 years ago

enumag commented 6 years ago

Instead of changing the default value of ENV every time a new version comes out, could we use the latest by default?

Something like this? (Yes it works on alpine.)

wget -qO- "https://api.github.com/repos/vrana/adminer/releases/latest" | sed -n 's/\s*"tag_name": "v\?\([0-9.]*\)",/\1/p'
f3l1x commented 6 years ago

Well, it's not very secure. What about some common file for this repo that can interact with all images?

jrdnlc commented 5 years ago

When is this getting updated? I'm still on 4.5.0 and it says 4.6.3 is available. Is there a new tag I should be switching to? I'm running it in docker

f3l1x commented 5 years ago

I've just upgraded Dockerfiles. ;-)

f3l1x commented 5 years ago

Closing due to neactivity. Bumped to v4.7.1.