Skip to content

Commit

Permalink
chore: switch to quay as gcr is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Aug 9, 2024
1 parent 3bc7410 commit e78aa2b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- 17
- 21
etcd:
- gcr.io/etcd-development/etcd:v3.5.14
- gcr.io/etcd-development/etcd:v3.4.33
- quay.io/coreos/etcd:v3.5.14
- quay.io/coreos/etcd:v3.4.33
uses: ./.github/workflows/build.yml
with:
javaVersion: "${{ matrix.java-version }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- 17
- 21
etcd:
- gcr.io/etcd-development/etcd:v3.5.14
- gcr.io/etcd-development/etcd:v3.4.33
- quay.io/coreos/etcd:v3.5.14
- quay.io/coreos/etcd:v3.4.33
uses: ./.github/workflows/build.yml
with:
javaVersion: "${{ matrix.java-version }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import com.google.common.base.Strings;

public final class Etcd {
public static final String CONTAINER_IMAGE = "gcr.io/etcd-development/etcd:v3.5.14";
public static final String CONTAINER_IMAGE = "gquay.io/coreos/etcd:v3.5.14";
public static final int ETCD_CLIENT_PORT = 2379;
public static final int ETCD_PEER_PORT = 2380;
public static final String ETCD_DATA_DIR = "/data.etcd";
Expand Down
3 changes: 0 additions & 3 deletions jetcd-launcher/src/test/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
<Loggers>
<!-- package loggers -->
<Logger name="org.testcontainers" level="INFO"/>
<Logger name="🐳 [gcr.io/etcd-development/etcd:v3.3]" level="WARN"/>
<Logger name="🐳 [gcr.io/etcd-development/etcd:v3.4]" level="WARN"/>
<Logger name="🐳 [gcr.io/etcd-development/etcd:v3.4.7]" level="WARN"/>
<Logger name="io.etcd.jetcd.internal.infrastructure" level="INFO"/>
<Logger name="io.etcd.jetcd.launcher.EtcdCluster" level="WARN"/>

Expand Down

0 comments on commit e78aa2b

Please sign in to comment.