diff --git a/Dockerfile b/Dockerfile index 790b4642c..a882d4c84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,14 +13,14 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM quay.io/opendevorg/python-builder:3.11-bullseye as builder +FROM docker.io/opendevorg/python-builder:3.11-bullseye as builder # ============================================================================ ARG ZUUL_SIBLINGS="" COPY . /tmp/src RUN assemble -FROM quay.io/opendevorg/python-base:3.11-bullseye as nodepool-base +FROM docker.io/opendevorg/python-base:3.11-bullseye as nodepool-base # ============================================================================ COPY --from=builder /output/ /output