Skip to content

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

Merged
rnorth merged 4 commits intomasterfrom
stop-using-quay
May 28, 2020
Merged

Move away from using quay.io for default images#2805
rnorth merged 4 commits intomasterfrom
stop-using-quay

Conversation

@rnorth
Copy link
Copy Markdown
Member

@rnorth rnorth commented May 28, 2020

No description provided.

@rnorth rnorth force-pushed the stop-using-quay branch from d72c65d to 618d747 Compare May 28, 2020 13:17

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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
> 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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

4 participants