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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user