You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run using this command: docker buildx build --push --platform=linux/arm64,linux/amd64,linux/s390x,linux/ppc64le --tag tag_here -f Dockerfile.cross .
But I'm getting tls: failed to verify certificate: x509: certificate signed by unknown authority. btw I also have the insecure registry configured in my daemon.json file
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm trying to use docker buildx --push to build for multi arch and push to a insecure https registry, this is my example:
docker buildx create --name project-v4-builder --driver-opt network=host --config buildkitd.toml
The content of the config file it's something like this:
I run using this command:
docker buildx build --push --platform=linux/arm64,linux/amd64,linux/s390x,linux/ppc64le --tag tag_here -f Dockerfile.cross .
But I'm getting
tls: failed to verify certificate: x509: certificate signed by unknown authority
. btw I also have the insecure registry configured in my daemon.json fileBeta Was this translation helpful? Give feedback.
All reactions