-
Notifications
You must be signed in to change notification settings - Fork 72
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
Facing issue during "make docker-build" for v0.26.0 #474
Comments
@samarth96 is there any specific reason why you are trying to build the If you still need this, you can try recreating your buildx machine, as I suspect that may be the issue. This is what I used to build the docker images: https://github.com/fluxcd/golang-with-libgit2/blob/main/Makefile#L45-L55 |
I am using flux 0.35.0 and it requires v0.26.0 version of. image-automation-controller. I used the buildx options you suggested above and I am still facing same issue Here is complete output
|
i did following steps
git clone https://github.com/fluxcd/image-automation-controller -b v0.26.0
export DOCKER_CLI_EXPERIMENTAL=enabled
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker buildx create --use
make docker-build
I am getting following error
I tried to add libgit2 and libgit2-dev in Dockerfile
But I get below error
The text was updated successfully, but these errors were encountered: