Revert "Pull OpenDev images from quay.io"

This reverts commit 5ad6931e08.

OpenDev is moving back to docker.io to preserve speculative testing of
container images.

Depends-On: https://review.opendev.org/c/opendev/system-config/+/884256
Change-Id: I23286dcbfe18d52a28ce86fd216c8ecba796db98
This commit is contained in:
Clark Boylan 2023-05-24 11:22:16 -07:00
parent 5ad6931e08
commit 446107982e

View File

@ -13,12 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM quay.io/opendevorg/python-builder:3.10-bullseye as builder
FROM docker.io/opendevorg/python-builder:3.10-bullseye as builder
COPY . /tmp/src
RUN assemble
FROM quay.io/opendevorg/python-base:3.10-bullseye
FROM docker.io/opendevorg/python-base:3.10-bullseye
COPY --from=builder /output/ /output
RUN /output/install-from-bindep