diff --git a/cni.Dockerfile b/cni.Dockerfile index ccd3805dd..8e8fbb0bd 100644 --- a/cni.Dockerfile +++ b/cni.Dockerfile @@ -1,10 +1,10 @@ -FROM quay.io/app-sre/golang:1.15 as builder +FROM quay.io/kuryr/golang:1.15 as builder WORKDIR /go/src/opendev.com/kuryr-kubernetes COPY . . RUN go build -o /go/bin/kuryr-cni ./kuryr_cni -FROM quay.io/app-sre/centos:8 +FROM registry.centos.org/centos:8 LABEL authors="Antoni Segura Puimedon, Michał Dulko" ARG UPPER_CONSTRAINTS_FILE="https://releases.openstack.org/constraints/upper/master" diff --git a/controller.Dockerfile b/controller.Dockerfile index 619f4a299..34c4f9db9 100644 --- a/controller.Dockerfile +++ b/controller.Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/app-sre/centos:8 +FROM registry.centos.org/centos:8 LABEL authors="Antoni Segura Puimedon, Michał Dulko" ARG UPPER_CONSTRAINTS_FILE="https://releases.openstack.org/constraints/upper/master"