Browse Source
Fix reference to rust-toolchain.toml in Docker
pull/3821/head
Daniel García
1 year ago
No known key found for this signature in database
GPG Key ID: FC8A7D14C3CD543A
17 changed files with
17 additions and
17 deletions
-
docker/Dockerfile.j2
-
docker/amd64/Dockerfile
-
docker/amd64/Dockerfile.alpine
-
docker/amd64/Dockerfile.buildkit
-
docker/amd64/Dockerfile.buildkit.alpine
-
docker/arm64/Dockerfile
-
docker/arm64/Dockerfile.alpine
-
docker/arm64/Dockerfile.buildkit
-
docker/arm64/Dockerfile.buildkit.alpine
-
docker/armv6/Dockerfile
-
docker/armv6/Dockerfile.alpine
-
docker/armv6/Dockerfile.buildkit
-
docker/armv6/Dockerfile.buildkit.alpine
-
docker/armv7/Dockerfile
-
docker/armv7/Dockerfile.alpine
-
docker/armv7/Dockerfile.buildkit
-
docker/armv7/Dockerfile.buildkit.alpine
|
|
@ -146,7 +146,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
{% if package_arch_target is defined %} |
|
|
|
|
|
@ -54,7 +54,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -51,7 +51,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN rustup target add x86_64-unknown-linux-musl |
|
|
|
|
|
@ -54,7 +54,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -51,7 +51,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN --mount=type=cache,target=/root/.cargo/git --mount=type=cache,target=/root/.cargo/registry rustup target add x86_64-unknown-linux-musl |
|
|
|
|
|
@ -72,7 +72,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN rustup target add aarch64-unknown-linux-gnu |
|
|
|
|
|
@ -51,7 +51,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN rustup target add aarch64-unknown-linux-musl |
|
|
|
|
|
@ -72,7 +72,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN --mount=type=cache,target=/root/.cargo/git --mount=type=cache,target=/root/.cargo/registry rustup target add aarch64-unknown-linux-gnu |
|
|
|
|
|
@ -51,7 +51,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN --mount=type=cache,target=/root/.cargo/git --mount=type=cache,target=/root/.cargo/registry rustup target add aarch64-unknown-linux-musl |
|
|
|
|
|
@ -72,7 +72,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN rustup target add arm-unknown-linux-gnueabi |
|
|
|
|
|
@ -53,7 +53,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN rustup target add arm-unknown-linux-musleabi |
|
|
|
|
|
@ -72,7 +72,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN --mount=type=cache,target=/root/.cargo/git --mount=type=cache,target=/root/.cargo/registry rustup target add arm-unknown-linux-gnueabi |
|
|
|
|
|
@ -53,7 +53,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN --mount=type=cache,target=/root/.cargo/git --mount=type=cache,target=/root/.cargo/registry rustup target add arm-unknown-linux-musleabi |
|
|
|
|
|
@ -72,7 +72,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN rustup target add armv7-unknown-linux-gnueabihf |
|
|
|
|
|
@ -51,7 +51,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN rustup target add armv7-unknown-linux-musleabihf |
|
|
|
|
|
@ -72,7 +72,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN --mount=type=cache,target=/root/.cargo/git --mount=type=cache,target=/root/.cargo/registry rustup target add armv7-unknown-linux-gnueabihf |
|
|
|
|
|
@ -51,7 +51,7 @@ WORKDIR /app |
|
|
|
|
|
|
|
# Copies over *only* your manifests and build files |
|
|
|
COPY ./Cargo.* ./ |
|
|
|
COPY ./rust-toolchain ./rust-toolchain |
|
|
|
COPY ./rust-toolchain.toml ./rust-toolchain.toml |
|
|
|
COPY ./build.rs ./build.rs |
|
|
|
|
|
|
|
RUN --mount=type=cache,target=/root/.cargo/git --mount=type=cache,target=/root/.cargo/registry rustup target add armv7-unknown-linux-musleabihf |
|
|
|