Eddú Meléndez Gonzales
Eddú Meléndez Gonzales
@raminqaf thank for your patience on this one! we are still interested on getting this merge. However, a few things have changed since last time and we believe nowadays we...
First of all, thank you for taking care of the comments! intel chip or m1? I currently use m1 and everything is fine. Used to use intel chip months ago...
We should follow https://github.com/hivemq/hivemq4-docker-images/issues/38 and wait for an arm image due to is already known that it will not work well on that architecture.
if `Jib.from(String)` is used the image is downloaded using Jib's http client. `Jib.from(DockerDaemonImage)` uses new `JibDockerClient#inspect` which will use `RemoteDockerImage(DockerImageName)` to allow image name substitution.
Also, classes now are in `core` module and the upgrade of jackson library is required in order to make it work with Jib.
@dependabot rebase
@dependabot recreate
Closing because there is already an issue related to support for compose v2 https://github.com/testcontainers/testcontainers-java/issues/4565 There is also a [PR](https://github.com/testcontainers/testcontainers-java/pull/5608) you can follow.
thanks for addressing the comments so fast! We will take a look at the changes