Skip to content

Commit

Permalink
DBZ-8564 Use quay.io for Vitess images
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros authored and jpechane committed Jan 10, 2025
1 parent af5edcd commit a64e957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use a temporary layer for the build stage.
FROM vitess/base:v19.0.4 AS base
FROM quay.io/debezium/vitess-base:19.0.4 AS base

FROM vitess/lite:v19.0.4
FROM quay.io/debezium/vitess-lite:19.0.4

USER root

Expand Down

0 comments on commit a64e957

Please sign in to comment.