Merge "Revert "Pull OpenDev images from quay.io""
This commit is contained in:
commit
128f7bf237
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user