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

Error: make build_minikube #1

Open
CarrotZelda opened this issue Sep 12, 2024 · 1 comment
Open

Error: make build_minikube #1

CarrotZelda opened this issue Sep 12, 2024 · 1 comment

Comments

@CarrotZelda
Copy link

I encountered this problem when using docker, is there any solution?
1

@gianlucascopelliti
Copy link
Collaborator

Hi @CarrotZelda,

Looks like you have some networking issues connecting with Docker Hub? You could check if you can pull a simple image like with the command below:

docker pull python:3.10-slim

You can also try if make build works, to check if it's a Minikube problem (make build will build locally, the command you ran builds the images on the Minikube instance)

In the meantime, I pushed a fix on the TC component, see ebcbd5d. Make sure you pull the latest version of the repo before trying again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants