Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 312da0c

Browse files
Rename the cmd/run binary to cmd/cnab-run.
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
1 parent 172ce06 commit 312da0c

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ RUN make EXPERIMENTAL=${EXPERIMENTAL} e2e-cross
4444
FROM build AS invocation-build
4545
COPY . .
4646
ARG EXPERIMENTAL="off"
47-
RUN make EXPERIMENTAL=${EXPERIMENTAL} bin/run
47+
RUN make EXPERIMENTAL=${EXPERIMENTAL} bin/cnab-run
4848

4949
# cnab invocation image
5050
FROM alpine:${ALPINE_VERSION} AS invocation
5151
RUN apk add --no-cache ca-certificates
52-
COPY --from=invocation-build /go/src/github.com/docker/app/bin/run /cnab/app/run
52+
COPY --from=invocation-build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
5353
WORKDIR /cnab/app
5454
CMD /cnab/app/run
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)