Use base images from quay

These images have mode to quay.io.

Change-Id: I9354380bd937893ba0521dbc9111a12a49251e61
This commit is contained in:
James E. Blair
2026-01-23 09:33:43 -08:00
parent 113a6832ee
commit 4e7486d3da

View File

@@ -13,12 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
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
FROM quay.io/opendevorg/python-base:3.11-bookworm
COPY --from=builder /output/ /output
RUN /output/install-from-bindep