Using buildkit as sidecar since Docker on EKS is deprecated #3239
Unanswered
diana-zvulun
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are using
docker:dind
as sidecar to build our container images inside github actions. Since EKS are deprecating dockershim we are in the process of moving our build process to buildkit instead of docker.Is there an option to run a sidecar with
buildkit
image instead ofdocker:dind
image?I just found out this issue so I guess we are good. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions