Merge "Revert "Pull OpenDev images from quay.io""

This commit is contained in:
Zuul 2023-06-29 14:29:23 +00:00 committed by Gerrit Code Review
commit 128f7bf237

View File

@ -13,14 +13,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM quay.io/opendevorg/python-builder:3.11-bullseye as builder
FROM docker.io/opendevorg/python-builder:3.11-bullseye as builder
# ============================================================================
ARG ZUUL_SIBLINGS=""
COPY . /tmp/src
RUN assemble
FROM quay.io/opendevorg/python-base:3.11-bullseye as nodepool-base
FROM docker.io/opendevorg/python-base:3.11-bullseye as nodepool-base
# ============================================================================
COPY --from=builder /output/ /output