Skip to content

Commit

Permalink
Use quay.io/testcontainers/ryuk instead of bsideup/ryuk (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup authored and kiview committed Jun 5, 2018
1 parent b3f08bd commit 6ab7c79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public String getTinyImage() {
}

public String getRyukImage() {
return (String) properties.getOrDefault("ryuk.container.image", "bsideup/moby-ryuk:0.2.2");
return (String) properties.getOrDefault("ryuk.container.image", "quay.io/testcontainers/ryuk:0.2.2");
}

public Integer getRyukTimeout() {
Expand Down

0 comments on commit 6ab7c79

Please sign in to comment.