Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: 1.8.0 docker image not pushed #311

Closed
artushin opened this issue Mar 4, 2024 · 6 comments
Closed

[Bug]: 1.8.0 docker image not pushed #311

artushin opened this issue Mar 4, 2024 · 6 comments
Labels
bug Something isn't working fixed

Comments

@artushin
Copy link

artushin commented Mar 4, 2024

Version

1.8.0

Node version

N/A

Operating System type

Docker

Operating system version

OSX Sonoma 14.3.1

Describe the bug

Looks like the docker image wasn't pushed on release.

To reproduce

docker pull bropat/eufy-security-ws:1.8.0
Error response from daemon: manifest for bropat/eufy-security-ws:1.8.0 not found: manifest unknown: manifest unknown

Screenshots & Logfiles

No response

Additional context

No response

@artushin artushin added the bug Something isn't working label Mar 4, 2024
@rogerthn2019
Copy link

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

@robinhood-code
Copy link

+1

@mcoms
Copy link

mcoms commented Mar 4, 2024

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

@NTGDeveloper
Copy link

NTGDeveloper commented Mar 5, 2024

+1 ☹️

@robinhood-code
Copy link

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....

@artushin
Copy link
Author

artushin commented Mar 6, 2024

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

pushed to artushin/eufy-security-ws:1.8.0

@bropat bropat added the fixed label Mar 7, 2024
@bropat bropat closed this as completed Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

6 participants