Skip to content

Commit

Permalink
DBZ-8564 Move away from dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
vjuranek authored and jpechane committed Jan 21, 2025
1 parent 7837341 commit 3cfd445
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions cassandra-3/src/test/resources/testcontainers.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ryuk.container.image=mirror.gcr.io/testcontainers/ryuk:0.11.0
1 change: 1 addition & 0 deletions cassandra-4/src/test/resources/testcontainers.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ryuk.container.image=mirror.gcr.io/testcontainers/ryuk:0.11.0
1 change: 1 addition & 0 deletions cassandra-5/src/test/resources/testcontainers.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ryuk.container.image=mirror.gcr.io/testcontainers/ryuk:0.11.0
1 change: 1 addition & 0 deletions dse/src/test/resources/testcontainers.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ryuk.container.image=mirror.gcr.io/testcontainers/ryuk:0.11.0
4 changes: 2 additions & 2 deletions install-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ DOCKER_DSE_SERVER_DIR=.docker-dse-server
DSE_SERVER_DIR=${DOCKER_DSE_SERVER_DIR}/${DSE_VERSION}
mkdir -p ${DSE_SERVER_DIR}

docker pull datastax/dse-server:${DSE_VERSION}
CONT_ID=$(docker create datastax/dse-server:${DSE_VERSION})
docker pull mirror.gcr.io/datastax/dse-server:${DSE_VERSION}
CONT_ID=$(docker create mirror.gcr.io/datastax/dse-server:${DSE_VERSION})
docker export ${CONT_ID} -o "${DSE_SERVER_DIR}/dse-server.tar.gz"
docker rm ${CONT_ID}

Expand Down

0 comments on commit 3cfd445

Please sign in to comment.