BuildKit requirement and general guidance for CICD #548
Unanswered
nick-osborn
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Friends, I have some general questions for this as im struggling to get this to work in pipeline even though it works perfectly on my WSL. The particular scenario is Jenkins running alpine container and building from there using the terraform aws lambda modules for container. At this rate im somewhere between assuming some kind of permissions issue on jenkins pod or buildkit issues. Ive tried to turn off build kit with the following build args but I still see build kit being enabled in provider: DOCKER_BUILDKIT=0 COMPOSE_DOCKER_CLI_BUILD=0.
Which leads to first question... Is Buildkit a requirement or how can I turn it off?
And second... more of a request, it would be nice to see some CICD specific examples.
At some point ill put in more detail and open an issue but im strapped for time and will just do a direct docker build in that job ahead of lambda container build for it(which strangely works...)
Beta Was this translation helpful? Give feedback.
All reactions