skjbkjsabjkdsakjvsbd
All checks were successful
Build docker image / build (push) Successful in 8m45s
All checks were successful
Build docker image / build (push) Successful in 8m45s
This commit is contained in:
parent
f0afdfb8cd
commit
62aebd6145
@ -3,7 +3,24 @@ package fr.la_banquise.backend;
|
|||||||
import io.quarkus.runtime.annotations.RegisterForReflection;
|
import io.quarkus.runtime.annotations.RegisterForReflection;
|
||||||
|
|
||||||
@RegisterForReflection(targets = {
|
@RegisterForReflection(targets = {
|
||||||
|
com.github.dockerjava.api.command.InspectContainerResponse.class,
|
||||||
|
com.github.dockerjava.api.command.HealthState.class,
|
||||||
com.github.dockerjava.core.command.CreateContainerCmdImpl.class,
|
com.github.dockerjava.core.command.CreateContainerCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.RemoveContainerCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.ListImagesCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.SearchImagesCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.PullImageCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.TagImageCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.RemoveImageCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.PushImageCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.CreateContainerCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.ListContainersCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.StartContainerCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.StopContainerCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.RestartContainerCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.KillContainerCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.PauseContainerCmdImpl.class,
|
||||||
|
com.github.dockerjava.core.command.UnpauseContainerCmdImpl.class,
|
||||||
com.github.dockerjava.core.command.BuildImageCmdImpl.class,
|
com.github.dockerjava.core.command.BuildImageCmdImpl.class,
|
||||||
com.github.dockerjava.api.command.CreateContainerResponse.class,
|
com.github.dockerjava.api.command.CreateContainerResponse.class,
|
||||||
com.github.dockerjava.api.model.BuildResponseItem.class,
|
com.github.dockerjava.api.model.BuildResponseItem.class,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user