Skip to content

Commit

Permalink
Allow Testcontainers to create DockerConfigFile from json using Jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed May 30, 2023
1 parent 854fa35 commit 86c3621
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1967,6 +1967,15 @@
"name": "org.testcontainers.shaded.com.github.dockerjava.core.command.AuthCmdImpl",
"allDeclaredFields": true
},
{
"condition": {
"typeReachable": "org.testcontainers.DockerClientFactory"
},
"name": "org.testcontainers.shaded.com.github.dockerjava.core.DockerConfigFile",
"allDeclaredConstructors": true,
"allDeclaredMethods": true,
"allDeclaredFields": true
},
{
"condition": {
"typeReachable": "org.testcontainers.DockerClientFactory"
Expand Down

0 comments on commit 86c3621

Please sign in to comment.