We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9438dae commit 12c020aCopy full SHA for 12c020a
2 files changed
provisioning/pbs.Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:bookworm-slim
2
ARG BINARIES_PATH TARGETOS TARGETARCH
3
-COPY ${BINARIES_PATH}/commit-boost-pbs-${TARGETOS}-${TARGETARCH} /usr/local/bin
+COPY ${BINARIES_PATH}/commit-boost-pbs-${TARGETOS}-${TARGETARCH} /usr/local/bin/commit-boost-pbs
4
RUN apt-get update && apt-get install -y \
5
openssl \
6
ca-certificates \
provisioning/signer.Dockerfile
-COPY ${BINARIES_PATH}/commit-boost-signer-${TARGETOS}-${TARGETARCH} /usr/local/bin
+COPY ${BINARIES_PATH}/commit-boost-signer-${TARGETOS}-${TARGETARCH} /usr/local/bin/commit-boost-signer
0 commit comments