rancher / dapper

Docker build wrapper
Apache License 2.0
365 stars 89 forks source link

Fix buildkit support #73

Closed ibuildthecloud closed 5 years ago

ibuildthecloud commented 5 years ago

Buildkit will not populate .ContainerConfig.Env but .Config.Env is populated. I assume .Config is the proper field to read as it's set by both docker and buildkit.