Pull OpenDev images from quay.io
OpenDev is moving images to quay.io. This change updates nodepools's use of those images to match. The depends on will ensure we don't merge this before the move has occurred. Depends-On: https://review.opendev.org/c/opendev/system-config/+/881932 Change-Id: Ia879bf22f68a26358a4e28aec6ee4f1c82dbc586
This commit is contained in:
parent
3cbb00cdeb
commit
fc0521b959
@ -13,14 +13,14 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM docker.io/opendevorg/python-builder:3.11-bullseye as builder
|
||||
FROM quay.io/opendevorg/python-builder:3.11-bullseye as builder
|
||||
# ============================================================================
|
||||
|
||||
ARG ZUUL_SIBLINGS=""
|
||||
COPY . /tmp/src
|
||||
RUN assemble
|
||||
|
||||
FROM docker.io/opendevorg/python-base:3.11-bullseye as nodepool-base
|
||||
FROM quay.io/opendevorg/python-base:3.11-bullseye as nodepool-base
|
||||
# ============================================================================
|
||||
|
||||
COPY --from=builder /output/ /output
|
||||
|
Loading…
x
Reference in New Issue
Block a user