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

hagrid does not "land" correctly #8760

Open
petermchale opened this issue Apr 25, 2024 · 6 comments
Open

hagrid does not "land" correctly #8760

petermchale opened this issue Apr 25, 2024 · 6 comments
Labels
Type: Bug 🐛 Some functionality not working in the codebase as intended

Comments

@petermchale
Copy link

petermchale commented Apr 25, 2024

Description

hagrid does not "land" correctly.

How to Reproduce

  1. hagrid launch test
  2. hagrid land test
  3. error while interpolating services.proxy.networks.[]: required variable TRAEFIK_PUBLIC_NETWORK is missing a value: Variable not set
  4. I deleted the containers from the Docker dashboard, and then deleted the corresponding images and volumes

Expected Behavior

hagrid should land without error, and there should be no containers, images or volumes visible in the Docker dashboard after issuing hagrid land test

Screenshots

Screenshot 2024-04-26 at 9 34 04 PM Screenshot 2024-04-26 at 9 36 34 PM Screenshot 2024-04-26 at 9 40 24 PM

System Information

  • OS: macOS silicon
  • OS Version: 14.4.1 (Sonoma)
  • Language Version: Python 3.12.2
  • Package Manager Version: conda 22.9.0, pip 23.3.1
  • Browser (if applicable): n/a
  • Browser Version (if applicable): n/a

Additional Context

Docker Desktop Version 4.29.0 (145265)

@petermchale petermchale added the Type: Bug 🐛 Some functionality not working in the codebase as intended label Apr 25, 2024
@petermchale
Copy link
Author

petermchale commented Apr 25, 2024

I also get this error when re-executing hagrid land test:

error while interpolating services.frontend.image: required variable DOCKER_IMAGE_FRONTEND is missing a value: Variable not set

@petermchale
Copy link
Author

Any idea what I might be doing wrong here @madhavajay ?

@madhavajay
Copy link
Collaborator

@petermchale im unsure what the issue is, you can also remove the containers using docker rm $(docker ps -aq) --force.

But warning that will kill all your containers so if you are running something other than syft it will also be removed.

@petermchale
Copy link
Author

Thanks. I was able to remove the containers from the Docker Desktop dashboard.

@rj3d
Copy link

rj3d commented May 14, 2024

I'm also running into this issue. I've gotten a few different error messages, but this is the most common one.
error while interpolating services.seaweedfs.image: required variable DOCKER_IMAGE_SEAWEEDFS is missing a value: Variable not set

@madhavajay
Copy link
Collaborator

@rj3d we're you able to remove the containers manually? We are currently changing the way that syft is deployed so this problem will go away in a future release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐛 Some functionality not working in the codebase as intended
Projects
None yet
Development

No branches or pull requests

3 participants