Skip to content

Commit

Permalink
#131 fix issues with docker-java in native image part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Krillsson committed Apr 6, 2024
1 parent a044e26 commit 21d4644
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -875,8 +875,9 @@
{
"name":"com.github.dockerjava.api.model.ContainerPort",
"allDeclaredFields":true,
"queryAllDeclaredConstructors":true,
"queryAllDeclaredMethods":true,
"queryAllDeclaredConstructors":true
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"com.github.dockerjava.api.model.Device",
Expand Down

0 comments on commit 21d4644

Please sign in to comment.