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 28c5db7 commit e6208d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
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 e6208d8

Please sign in to comment.