Skip to content

Commit

Permalink
fix the name of the program in the image
Browse files Browse the repository at this point in the history
Signed-off-by: Duan Jiong <djduanjiong@gmail.com>
  • Loading branch information
duanjiong committed Mar 17, 2021
1 parent 65bff13 commit 5be4899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Expand Up @@ -12,8 +12,8 @@ RUN GO111MODULE=on CGO_ENABLED=0 go install -i -ldflags '-w -s' github.com/osrg/

FROM alpine:3.9
RUN apk add --update ca-certificates iptables && update-ca-certificates
COPY --from=porter-builder /go/bin/agent /usr/local/bin/
COPY --from=porter-builder /go/bin/manager /usr/local/bin/
COPY --from=porter-builder /go/bin/gobgp /usr/local/bin/
COPY --from=porter-builder /go/bin/agent /usr/local/bin/porter-agent
COPY --from=porter-builder /go/bin/manager /usr/local/bin/porter-manager
COPY --from=porter-builder /go/bin/gobgp /usr/local/bin/gobgp

CMD ["sh"]

0 comments on commit 5be4899

Please sign in to comment.