Skip to content

Commit 987c949

Browse files
committed
Move install script && add cheskum verification for rustup-init.sh
1 parent 2263b86 commit 987c949

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+59
-58
lines changed

package-builders/Dockerfile.amazonlinux2.v1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN . /tmp/check-for-go-toolchain.sh && \
9090
echo "ERROR: ${GOLANG_FAILURE_REASON}" && exit 1 ; \
9191
fi
9292

93-
COPY package-builders/install-rust.sh /install-rust.sh
93+
COPY scripts/install-rust.sh /install-rust.sh
9494
RUN /install-rust.sh
9595
ENV PATH="/root/.cargo/bin:${PATH}"
9696

package-builders/Dockerfile.amazonlinux2.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN . /tmp/check-for-go-toolchain.sh && \
8383
echo "ERROR: ${GOLANG_FAILURE_REASON}" && exit 1 ; \
8484
fi
8585

86-
COPY package-builders/install-rust.sh /install-rust.sh
86+
COPY scripts/install-rust.sh /install-rust.sh
8787
RUN /install-rust.sh
8888
ENV PATH="/root/.cargo/bin:${PATH}"
8989

package-builders/Dockerfile.amazonlinux2023.v1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN . /tmp/check-for-go-toolchain.sh && \
7676
echo "ERROR: ${GOLANG_FAILURE_REASON}" && exit 1 ; \
7777
fi
7878

79-
COPY package-builders/install-rust.sh /install-rust.sh
79+
COPY scripts/install-rust.sh /install-rust.sh
8080
RUN /install-rust.sh
8181
ENV PATH="/root/.cargo/bin:${PATH}"
8282

package-builders/Dockerfile.amazonlinux2023.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN . /tmp/check-for-go-toolchain.sh && \
6767
echo "ERROR: ${GOLANG_FAILURE_REASON}" && exit 1 ; \
6868
fi
6969

70-
COPY package-builders/install-rust.sh /install-rust.sh
70+
COPY scripts/install-rust.sh /install-rust.sh
7171
RUN /install-rust.sh
7272
ENV PATH="/root/.cargo/bin:${PATH}"
7373

package-builders/Dockerfile.centos-stream9.v1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN . /tmp/check-for-go-toolchain.sh && \
7979
echo "ERROR: ${GOLANG_FAILURE_REASON}" && exit 1 ; \
8080
fi
8181

82-
COPY package-builders/install-rust.sh /install-rust.sh
82+
COPY scripts/install-rust.sh /install-rust.sh
8383
RUN /install-rust.sh
8484
ENV PATH="/root/.cargo/bin:${PATH}"
8585

package-builders/Dockerfile.centos-stream9.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN . /tmp/check-for-go-toolchain.sh && \
7878
echo "ERROR: ${GOLANG_FAILURE_REASON}" && exit 1 ; \
7979
fi
8080

81-
COPY package-builders/install-rust.sh /install-rust.sh
81+
COPY scripts/install-rust.sh /install-rust.sh
8282
RUN /install-rust.sh
8383
ENV PATH="/root/.cargo/bin:${PATH}"
8484

package-builders/Dockerfile.centos7.v1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN . /tmp/check-for-go-toolchain.sh && \
9898
echo "ERROR: ${GOLANG_FAILURE_REASON}" && exit 1 ; \
9999
fi
100100

101-
COPY package-builders/install-rust.sh /install-rust.sh
101+
COPY scripts/install-rust.sh /install-rust.sh
102102
RUN /install-rust.sh
103103
ENV PATH="/root/.cargo/bin:${PATH}"
104104

package-builders/Dockerfile.centos7.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN . /tmp/check-for-go-toolchain.sh && \
9090
echo "ERROR: ${GOLANG_FAILURE_REASON}" && exit 1 ; \
9191
fi
9292

93-
COPY package-builders/install-rust.sh /install-rust.sh
93+
COPY scripts/install-rust.sh /install-rust.sh
9494
RUN /install-rust.sh
9595
ENV PATH="/root/.cargo/bin:${PATH}"
9696

package-builders/Dockerfile.debian10.v1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN . /tmp/check-for-go-toolchain.sh && \
8787
echo "ERROR: ${GOLANG_FAILURE_REASON}" && exit 1 ; \
8888
fi
8989

90-
COPY package-builders/install-rust.sh /install-rust.sh
90+
COPY scripts/install-rust.sh /install-rust.sh
9191
RUN /install-rust.sh
9292
ENV PATH="/root/.cargo/bin:${PATH}"
9393

package-builders/Dockerfile.debian10.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN . /tmp/check-for-go-toolchain.sh && \
7979
echo "ERROR: ${GOLANG_FAILURE_REASON}" && exit 1 ; \
8080
fi
8181

82-
COPY package-builders/install-rust.sh /install-rust.sh
82+
COPY scripts/install-rust.sh /install-rust.sh
8383
RUN /install-rust.sh
8484
ENV PATH="/root/.cargo/bin:${PATH}"
8585

0 commit comments

Comments
 (0)