question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot create docker access object [extension (5) should not be presented in certificate_request]

See original GitHub issue

Description

When doing a image build I get: Cannot create docker access object [extension (5) should not be presented in certificate_request]

Info

  • d-m-p version : 0.33.0
  • Maven version (mvn -v) : 3.6.3

  • Docker version :
  • If it’s a bug, how to reproduce : run DIND like in attached pod yaml
  • If it’s a feature request, what is your use case :
  • Sample project : [GitHub Clone URL]

runner.yaml.txt

Running docker cmdline (docker build, docker run etc) works fine, hence I see this as a problem with DMP.

This recently worked with the plugin, so I suspect the updated version of docker:stable-dind to affect this.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:15

github_iconTop GitHub Comments

4reactions
jepfpcommented, May 31, 2020

thx @knutwannheden. Unfortunately I still got the same error message by using Oracle JDK 11.0.7

java 11.0.7 2020-04-14 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.7+8-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.7+8-LTS, mixed mode)

However: For now I was able to deploy by using TLSv1.2 (instead of TLSv1.3): set MAVEN_OPTS="-Djdk.tls.client.protocols=TLSv1.2"

0reactions
davidkarlsencommented, Apr 27, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot create docker access object - Stack Overflow
I have ubuntu and I think that I have well configurated dockers, I haven't had any problems with dockerfiles or dockercompose, so may...
Read more >
API Reference - cert-manager Documentation
IssuerRef references a properly configured ACME-type Issuer which should be used to create this Order. If the Issuer does not exist, processing will...
Read more >
Fix list for IBM WebSphere Application Server V8.5
IBM WebSphere Application Server provides periodic fixes for the base and Network Deployment editions of release V8.5. The following is a complete listing ......
Read more >
Authenticating | Kubernetes
In this regard, Kubernetes does not have objects which represent normal ... OR add tokens to .kube/config 4. Authorization: Bearer... 5.
Read more >
docker network create - Docker Documentation
If you don't specify the --driver option, the command automatically creates a ... You cannot remove this default bridge network, but you can...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found