I'm trying to implement a CI pipeline using Docker in Docker on Gitlab. And so far it seem to work, but I was wondering if there's a way to enable the buildx command for the child docker containers.
I can run docker buildx on the host, but the child docker containers don't seem to have this.
Do I need to manually download the buildx binary? If I do, where should it actually go as there's no home dir to move it to?
NOTE: I'm using the official docker image.