Pull python base images from quay.io

The depends-on has moved publication of these images to quay.io. Pull
the images from there to match.

Depends-On: https://review.opendev.org/c/opendev/system-config/+/957277/
Change-Id: I324882540f2020be83140794f06ecf46e4a6ae37
This commit is contained in:
Clark Boylan
2025-08-26 15:21:12 -07:00
parent 0a29764ca5
commit e82bfc5383

View File

@@ -13,12 +13,12 @@
# You should have received a copy of the GNU General Public License
# along with this software. If not, see <http://www.gnu.org/licenses/>.
FROM docker.io/opendevorg/python-builder:3.11-bookworm as builder
FROM quay.io/opendevorg/python-builder:3.11-bookworm as builder
COPY . /tmp/src
RUN assemble
FROM docker.io/opendevorg/python-base:3.11-bookworm as gerritbot
FROM quay.io/opendevorg/python-base:3.11-bookworm as gerritbot
COPY --from=builder /output/ /output
RUN /output/install-from-bindep