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:
parent
5ad6931e08
commit
446107982e
@ -13,12 +13,12 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# 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
|
COPY . /tmp/src
|
||||||
RUN assemble
|
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
|
COPY --from=builder /output/ /output
|
||||||
RUN /output/install-from-bindep
|
RUN /output/install-from-bindep
|
||||||
|
Loading…
Reference in New Issue
Block a user