Revert "Pull OpenDev images from quay.io"

This reverts commit fc0521b959.

OpenDev is reverting this move in order to keep having speculative
testing of container images.

Depends-On: https://review.opendev.org/c/opendev/system-config/+/884256
Change-Id: Id9186a4bec776fbfa201e0dcd6f09131a6ac65bf
This commit is contained in:
Clark Boylan 2023-05-24 11:13:25 -07:00
parent 4e3690812b
commit 993fe8745c

View File

@ -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