#dockerBuild - failed to verify certs

1 messages · Page 1 of 1 (latest)

spice elbow
#

I am trying to do a dockerBuild but It's throwning an error at the "FROM" when it tries to pull an image from a public docker registry. I dont' have this issue when pulling the same from container().From(). I haven't had to set add my root CA to the dagger engine. Since the DockerBuild command is attached to Directory I don't have a way to do registry auth either and it doesn't look like my current auth context is passed into the DockerBuild.

spice elbow
boreal ice
#

@spice elbow just to double check, you're getting errors with both container.from()and dockerBuild opreations right?

#

so basically what you need is to setup the certs in the engine?

spice elbow
#
  1. is probably something I will try. (Feels very hacky)
  2. Is basically creating a custom image so I'd like to stay away from it.

So, chances are, I'll have to wait for #4217 😦

#

I've bumped the issue as a priority for us.