File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ghcr.io/insight-platform/manylinux_2_28_arm64:v0.0.5 as builder
1+ FROM ghcr.io/insight-platform/manylinux_2_28_arm64:v0.0.5 AS builder
22
33WORKDIR /opt
44COPY . .
@@ -7,5 +7,5 @@ ARG PYTHON_INTERPRETER
77RUN bash /opt/docker/build-manylinux.sh
88RUN rm -rf target
99
10- FROM alpine:3.18 as dist
10+ FROM alpine:3.18 AS dist
1111COPY --from=builder /opt/dist /opt/dist
Original file line number Diff line number Diff line change 1- FROM ghcr.io/insight-platform/manylinux_2_28_x64:v0.0.5 as builder
1+ FROM ghcr.io/insight-platform/manylinux_2_28_x64:v0.0.5 AS builder
22
33WORKDIR /opt
44COPY . .
@@ -7,5 +7,5 @@ ARG PYTHON_INTERPRETER
77RUN bash /opt/docker/build-manylinux.sh
88RUN rm -rf target
99
10- FROM alpine:3.18 as dist
10+ FROM alpine:3.18 AS dist
1111COPY --from=builder /opt/dist /opt/dist
Original file line number Diff line number Diff line change 1- FROM ubuntu:22.04 as base
1+ FROM ubuntu:22.04 AS base
22
33WORKDIR /opt
44COPY docker/install-basic-deps-u2204.sh .
55RUN bash /opt/install-basic-deps-u2204.sh
66
7- FROM base as chef
7+ FROM base AS chef
88ENV PATH="/root/.cargo/bin:$PATH"
99RUN rustc -V
1010
@@ -25,5 +25,5 @@ RUN maturin build --release --manylinux off --out dist
2525RUN python3 -m pip install --upgrade pip
2626RUN python3 -m pip install dist/*.whl
2727
28- FROM alpine:3.18 as dist
28+ FROM alpine:3.18 AS dist
2929COPY --from=builder /opt/dist /opt/dist
You can’t perform that action at this time.
0 commit comments