Hello, I'm a new platform engineer at Acrotrend. I...
# getting-started
h
Hello, I'm a new platform engineer at Acrotrend. I'm learning the ropes and trying to build a Datahub-frontend docker image with DockerKit. I've consistently run into this error. Here is the DockerKit command I use, straight from the docs. I'm using an M1
Copy code
DOCKER_BUILDKIT=1 docker build -t my_frontend -f ./docker/datahub-frontend/Dockerfile .
d
We just merged a fix to master for this now -> https://github.com/datahub-project/datahub/pull/5817
h
I can confirm I don't see this error anymore. Thank you @dazzling-judge-80093
d
awesome, thanks for the confirmation