Skip to content

Commit 6630d41

Browse files
authored
move the ARG to rhel8 builder
1 parent ec3ee07 commit 6630d41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RUN cargo build --release -p core-dump-composer
1616

1717
FROM registry.access.redhat.com/ubi8/ubi AS rhel8builder
1818

19+
ARG CRICTL_VERSION=1.33.0
20+
1921
RUN yum install -y gcc openssl-devel && \
2022
rm -rf /var/cache/dnf && \
2123
curl https://sh.rustup.rs -sSf | sh -s -- -y
@@ -45,4 +47,4 @@ COPY --from=rhel7builder /app-build/target/release/core-dump-composer ./
4547
RUN mv core-dump-composer cdc
4648
WORKDIR "/app"
4749
COPY --from=rhel8builder /app-build/crictl ./
48-
CMD ["./core-dump-agent"]
50+
CMD ["./core-dump-agent"]

0 commit comments

Comments
 (0)