Giter Club home page Giter Club logo

Comments (5)

victor-rds avatar victor-rds commented on August 30, 2024 1

By default the Dockerfile will clone the master branch etesync/server, the latest build used the tag "v0.9.1".

You can set this through --build-arg:

docker build --build-arg ETE_VERSION=v0.9.1 -f tags/alpine/Dockerfile --tag etesync:alpine .

Then your build will be the same as the one in the DockerHub

from docker-etebase.

victor-rds avatar victor-rds commented on August 30, 2024

The tags latest, base, 0.9 and 0.9.1 are all the same image for now. I only push images using the server master branch to the edge tags

from docker-etebase.

jman-schief avatar jman-schief commented on August 30, 2024

Thanks for the feedback. I've tried your suggestion but I still get the same error on startup.

However now I can reproduce also with the Alpine image published on Dockerhub by editing the etebase-server.ini and adding a Redis endpoint (as suggested in the issue I linked) and then creating the container using my config:

docker run --rm -v `pwd`/data:/data victorrds/etesync:0.9.1-alpine

Can you confirm?

I also think the issue is upstream at the etesync/server level, possibly fixed by etesync/server#151

from docker-etebase.

victor-rds avatar victor-rds commented on August 30, 2024

Please check if this was fixed by #178

from docker-etebase.

jman-schief avatar jman-schief commented on August 30, 2024

@victor-rds quick feedback: I've pulled the latest commit d58795c, rebuild the docker image and started it.

Problem seems now fixed, the container completes the startup and I can reach http://localhost:8080

thanks!

from docker-etebase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.