Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Does this action officially support BuildKit? #12

Closed
inductor opened this issue Mar 17, 2020 · 6 comments
Closed

Does this action officially support BuildKit? #12

inductor opened this issue Mar 17, 2020 · 6 comments

Comments

@inductor
Copy link

I assume it supports BuildKit by using ENV like you do in your GitHub Actions YAML

DOCKER_BUILDKIT: 1

Based on this I can see this builder is based on the Docker builder but there's no documentation for it.

Does this action officially support BuildKit?

@justincormack
Copy link
Member

Yes, we do support BuildKit. We are looking to support the buildx extensions as well.

@crazy-max
Copy link
Member

crazy-max commented Apr 7, 2020

@justincormack @zappy-shu I have created an action to setup buildx if you want to take a look. And here is a workflow example.

@bhack
Copy link

bhack commented Apr 16, 2020

I have a related ticket about action/cache with the BuildKit cache mount at actions/cache#260

@jonpulsifer
Copy link

jonpulsifer commented May 17, 2020

I understand BuildKit is ubiquitous to some, but it was not clear to us that GitHub Actions supported it today such that we lost some time.

Could this be documented better somehow? Here maybe?

Specifically we were wanting to use the build secrets but that was not easy and we gave up 😄

@kurt-mueller-osumc
Copy link

Specifically we were wanting to use the build secrets but that was not easy and we gave up 😄

Hey @jonpulsifer, did you ever figure this out?

Thanks for any info.

@chris-crone
Copy link
Member

This action is now deprecated. Please take a look at the upgrade notes to move to the build-push action.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants