victor-rds / docker-etebase

Docker image files for Etebase server
GNU Affero General Public License v3.0
95 stars 28 forks source link

Latest readme images are not available on docker hub #38

Closed danielnetop closed 3 years ago

danielnetop commented 3 years ago

Hi, I was trying today to update to the newest version, however the new tags are not available on dockerhub, I see some tags that we're pushed in the last couple of hours, however the ones mentioned on readme.md are not yet available. Should we wait more time or were they supposed to be there already?

danielnetop commented 3 years ago

This command will return the following:

docker pull victorrds/etesync:0.5.0-alpine
Error response from daemon: manifest for victorrds/etesync:0.5.0-alpine not found: manifest unknown: manifest unknown
victor-rds commented 3 years ago

Hi, sorry I'm still fixing some code for the etebase release, the changes are in the dev branch, also the first etebase release will be the 0.5.1, if you want to test you can use the victorrds/etesync:etebase-alpine and be sure to set the /data directory uid and gid to 373, or change the user running the container.

If everything works, my first "official" version will be released tonight

victor-rds commented 3 years ago

For security the new image doesn't run as root anymore

danielnetop commented 3 years ago

Oh, ok, I saw the updated readme a couple of days ago, that's why I thought that it was already ready. No need to apologize, I was eager to test the new version but a few more days won't hurt, as long as we don't lose the "legacy" data is all that matters, no worries 😉

victor-rds commented 3 years ago

Yeah, to avoid that I already published the victorrds/etesync:legacy images and the README.md just as warning of the future changes

victor-rds commented 3 years ago

@DanielNetoP The latest, slim and alpine tags are already available, the 0.5.1 variants are building now, you can see when they are ready here: victor-rds/docker-etebase/actions

danielnetop commented 3 years ago

Awesome, thanks for you work on these docker images 😄 Will probably test within the next few days