Update image location from dockerhub to quay.io to avoid dockerhub rate limits

Moving from docker.io/opendevorg/python-* to quay.io/opendevorg/python-*

Change-Id: I6484c66d39ab077fb13e6ef1317b68006e18c781
Signed-off-by: Leo Sin <leo.sin@amd.com>
This commit is contained in:
Leo Sin
2026-02-02 14:42:24 -05:00
parent 98d513e29f
commit b7f969e1d1

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