GithubHelp home page GithubHelp logo

Comments (6)

mcoms avatar mcoms commented on June 24, 2024 2

The Github Action run which pushes the image to Docker Hub was terminated after hanging for 6 hours: https://github.com/bropat/eufy-security-ws/actions/runs/8130956768, so the image hasn't been built and pushed.

In the meantime if you want to build and run it yourself:

git clone --depth 1 --branch 1.8.0 https://github.com/bropat/eufy-security-ws.git
cd eufy-security-ws
docker build -f docker/Dockerfile -t eufy-security-ws:1.8.0 .

# Use the image name eufy-security-ws:1.8.0 in your docker run command or Compose file...
docker run --network host -it \
    -e USERNAME=user \
    -e PASSWORD=password \
    -e PORT=3000 \
    -v "$(PWD)"/data:/data \
    eufy-security-ws:1.8.0

from eufy-security-ws.

rogerthn2019 avatar rogerthn2019 commented on June 24, 2024

Similar issue?
docker images

REPOSITORY TAG IMAGE ID CREATED SIZE
bropat/eufy-security-ws latest 91c88f3f197b 4 months ago 213MB

docker pull bropat/eufy-security-ws:latest

latest: Pulling from bropat/eufy-security-ws
Digest: sha256:1a98601c02ac9e506b8528e5d17a0f9ea7fb0eb72436296a16f9aaa55b782f45
Status: Image is up to date for bropat/eufy-security-ws:latest
docker.io/bropat/eufy-security-ws:latest

from eufy-security-ws.

robinhood-code avatar robinhood-code commented on June 24, 2024

+1

from eufy-security-ws.

NTGDeveloper avatar NTGDeveloper commented on June 24, 2024

+1 ☚ī¸

from eufy-security-ws.

robinhood-code avatar robinhood-code commented on June 24, 2024

has someone complied the docker image that can be shared before this is officially resolved? Not sure how long probat is going to be away and come back to fix this....

from eufy-security-ws.

artushin avatar artushin commented on June 24, 2024

Wait, you mean doing something for ourselves... terrifying 😮‍💨

pushed to artushin/eufy-security-ws:1.8.0

from eufy-security-ws.

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.