We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c549768 commit a25b9c8Copy full SHA for a25b9c8
policy-controller/Dockerfile
@@ -1,12 +1,13 @@
1
-FROM --platform=$BUILDPLATFORM ghcr.io/linkerd/dev:v47-rust-musl AS controller
+FROM --platform=$BUILDPLATFORM ghcr.io/linkerd/dev:v46-rust-musl AS controller
2
ARG BUILD_TYPE="release"
3
WORKDIR /build
4
RUN mkdir -p target/bin
5
COPY Cargo.toml Cargo.lock .
6
COPY policy-controller policy-controller
7
RUN cargo new policy-test --lib
8
+ENV CARGO="cargo auditable"
9
RUN --mount=type=cache,target=/usr/local/cargo/registry \
- cargo fetch
10
+ just-cargo fetch
11
ARG TARGETARCH
12
# Enable tokio runtime metrics
13
ENV RUSTFLAGS="--cfg tokio_unstable"
0 commit comments