-
Trying to do fails with error: I am trying to understand why it's needed? P.S. Probably it's good to document that requirement. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @djivko I am a bit surprised about this error message, too. From a code perspective A dedicated Cargo Docker image is built each time you run |
Beta Was this translation helpful? Give feedback.
Hi @djivko
Thank you for bringing this up.
I am a bit surprised about this error message, too. From a code perspective
docker-credential-gcloud
is actually not a dependency.A dedicated Cargo Docker image is built each time you run
gefyra up
(compiling the VPN secrets). That's why adocker build
operation is performed under the hood.I wonder if you are able to build other Docker images on your machine? Is the
gcloud
CLI installed to your system?