File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ COPY --from=builder \
5959
6060# now copy the agent from the builder
6161COPY --from=builder /src/rust-keylime/target/release/keylime_agent /bin/keylime_agent
62+ COPY --from=builder /src/rust-keylime/target/release/keylime_push_model_agent /bin/keylime_push_model_agent
6263COPY --from=builder /src/rust-keylime/keylime-agent.conf /etc/keylime/agent.conf
6364ENTRYPOINT ["/bin/keylime_agent"]
6465
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ RUN microdnf makecache && \
4848
4949# now copy the agent from the builder
5050COPY --from=builder /src/rust-keylime/target/release/keylime_agent /bin/keylime_agent
51+ COPY --from=builder /src/rust-keylime/target/release/keylime_push_model_agent /bin/keylime_push_model_agent
5152COPY --from=builder /src/rust-keylime/keylime-agent.conf /etc/keylime/agent.conf
5253ENTRYPOINT ["/bin/keylime_agent"]
5354
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ COPY --from=builder \
7777
7878# now copy the agent from the builder
7979COPY --from=builder /src/rust-keylime/target/release/keylime_agent /bin/keylime_agent
80+ COPY --from=builder /src/rust-keylime/target/release/keylime_push_model_agent /bin/keylime_push_model_agent
8081COPY --from=builder /src/rust-keylime/keylime-agent.conf /etc/keylime/agent.conf
8182ENTRYPOINT ["/bin/keylime_agent"]
8283
You can’t perform that action at this time.
0 commit comments