Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move away from using quay.io for default images #2805

Merged
merged 4 commits into from May 28, 2020
Merged

Conversation

rnorth
Copy link
Member

@rnorth rnorth commented May 28, 2020

No description provided.

@@ -72,11 +72,11 @@ public boolean isRyukPrivileged() {
}

public String getRyukImage() {
return (String) properties.getOrDefault("ryuk.container.image", "quay.io/testcontainers/ryuk:0.2.3");
return (String) properties.getOrDefault("ryuk.container.image", "testcontainersofficial/ryuk:latest");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return (String) properties.getOrDefault("ryuk.container.image", "testcontainersofficial/ryuk:latest");
return (String) properties.getOrDefault("ryuk.container.image", "testcontainersofficial/ryuk:0.3.0");

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, now that it's published 😆


## Customizing Ryuk resource reaper

> **ryuk.container.image = quay.io/testcontainers/ryuk:0.2.3**
> **ryuk.container.image = testcontainersoffical/ryuk:0.2.3**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> **ryuk.container.image = testcontainersoffical/ryuk:0.2.3**
> **ryuk.container.image = testcontainersoffical/ryuk:0.3.0**

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question as above.

@bsideup bsideup mentioned this pull request May 28, 2020
@@ -32,7 +32,7 @@ Some companies disallow the usage of Docker Hub, but you can override `*.image`
> **tinyimage.container.image = alpine:3.5**
> Used by Testcontainers' core

> **vncrecorder.container.image = quay.io/testcontainers/vnc-recorder:1.1.0**
> **vncrecorder.container.image = testcontainersoffical/vnc-recorder:1.1.0**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be testcontainersofficial?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, quite right.


## Customizing Ryuk resource reaper

> **ryuk.container.image = quay.io/testcontainers/ryuk:0.2.3**
> **ryuk.container.image = testcontainersoffical/ryuk:0.2.3**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question as above.

@rnorth rnorth marked this pull request as ready for review May 28, 2020 20:38
@rnorth rnorth requested a review from kiview as a code owner May 28, 2020 20:38
@rnorth rnorth added this to the next milestone May 28, 2020
@rnorth rnorth merged commit fe2102a into master May 28, 2020
@rnorth rnorth deleted the stop-using-quay branch May 28, 2020 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants