You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just checking out LakeFS, meaning I'm pretty new to the project. Yesterday I have tried to use the docker compose stacks provided here and I got into the following error when starting it using the local-lakefs profile:
with the effect that the quickstart repository is not created.
The problem of course is obvious. The lakefs docker image is not/no longer? including the curl command.
Yesterday I was thinking about an alternative using wget and I have a working solution in local environment. I can provide a pull request, if this is a solution you would support. I'm asking before doing the PR, as there are quite a few places where it needs to be changed.
An alternative would be of course to install curl in the docker image, but that would have to be done at image build time.
Thanks
Guido
The text was updated successfully, but these errors were encountered:
Hi
I'm just checking out LakeFS, meaning I'm pretty new to the project. Yesterday I have tried to use the docker compose stacks provided here and I got into the following error when starting it using the
local-lakefs
profile:with the effect that the quickstart repository is not created.
The problem of course is obvious. The
lakefs
docker image is not/no longer? including thecurl
command.Yesterday I was thinking about an alternative using
wget
and I have a working solution in local environment. I can provide a pull request, if this is a solution you would support. I'm asking before doing the PR, as there are quite a few places where it needs to be changed.An alternative would be of course to install
curl
in the docker image, but that would have to be done at image build time.Thanks
Guido
The text was updated successfully, but these errors were encountered: