You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Damien Raude-Morvan (Jira)" <ji...@apache.org> on 2021/03/27 22:01:00 UTC

[jira] [Commented] (GORA-674) Failure of testcontainers-java on recent Docker runtime

    [ https://issues.apache.org/jira/browse/GORA-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17310084#comment-17310084 ] 

Damien Raude-Morvan commented on GORA-674:
------------------------------------------

It seems to be linked to a recent change on Docker Runtime API (local Docker installation) which to seems to be unsupported by *testcontainers 1.14* that we currently use everywhere in our test.

[https://github.com/testcontainers/testcontainers-java/issues/3574]
{quote}Ok, "filter by image name" query parameter in {{/images/json}} got removed on Docker's API.
Although the query param was deprecated (I wish we could run Docker in a strict API mode - will explore)
Sorry for this. We will release a hotfix ASAP. Meanwhile, consider pre-pulling {{testcontainers/ryuk:0.3.0}} and {{alpine:3.5}} :(
{quote}
I will take care of this upgrade to testcontainers 1.15

> Failure of testcontainers-java on recent Docker runtime
> -------------------------------------------------------
>
>                 Key: GORA-674
>                 URL: https://issues.apache.org/jira/browse/GORA-674
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: build process
>            Reporter: Damien Raude-Morvan
>            Assignee: Damien Raude-Morvan
>            Priority: Major
>              Labels: docker, testcontainers
>
> As reported by [~alfonso.nishikawa] 
>  Right now I see that CouchDB fails
> {code:java}
> org.apache.gora.couchdb.store.TestCouchDBStore.org.apache.gora.couchdb.store.TestCouchDBStore
>  
>  Can't get Docker image: RemoteDockerImage(imageName=couchdb:1.6.1,
>  imagePullPolicy=DefaultPullPolicy())
>  Caused by: com.github.dockerjava.api.exception.NotFoundException:
>  {"message":"No such image: testcontainersofficial/ryuk:0.3.0"}{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)