-
Notifications
You must be signed in to change notification settings - Fork 573
Open
docker/cli
#2540Labels
Description
It seems like buildx explicitly uses the ~/.kube/config
. I'd like to run buildx in a CI pipeline that runs in kubernetes. Until #216 is implemented, users are forced to run docker buildx create
and need the proper permissions to create deployments. To make doing this easier in a pipeline I'd like to be able to use the permissions of the service account attached to the pod I am running the above command from.
viceice, Raboo and hterik