Skip to content

Commit

Permalink
DBZ-8564 Docker Hub registry not used
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Jan 10, 2025
1 parent 7ab2050 commit 3271542
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cassandra-3/src/test/resources/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cassandra:3.11
FROM mirror.gcr.io/library/cassandra:3.11

ENV CASSANDRA_YAML=/opt/cassandra/conf

Expand Down
2 changes: 1 addition & 1 deletion cassandra-4/src/test/resources/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cassandra:4.0.3
FROM mirror.gcr.io/library/cassandra:4.0.3

ENV CASSANDRA_YAML=/opt/cassandra/conf

Expand Down
2 changes: 1 addition & 1 deletion cassandra-5/src/test/resources/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cassandra:5.0.2
FROM mirror.gcr.io/library/cassandra:5.0.2

ENV CASSANDRA_YAML=/opt/cassandra/conf

Expand Down
4 changes: 2 additions & 2 deletions dse/src/test/resources/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM datastax/dse-server:6.8.16
FROM quay.io/debezium/datastax-dse-server:6.8.16

ENV DS_LICENSE=accept
ENV DSE_AUTO_CONF_OFF=all

COPY --chown=dse:dse cassandra.yaml /opt/dse/resources/cassandra/conf

USER dse
USER dse

0 comments on commit 3271542

Please sign in to comment.