Skip to content

Commit

Permalink
fix docker action failed (vesoft-inc#2409)
Browse files Browse the repository at this point in the history
* fix docker action failed

* fix Dockerfile

Co-authored-by: cpw <13495049+CPWstatic@users.noreply.github.com>
  • Loading branch information
jievince and CPWstatic authored Dec 9, 2020
1 parent 4fb6d24 commit 70d9a5e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.console
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN cd /home/nebula/BUILD/package \

FROM centos:7

COPY --from=builder /home/nebula/BUILD/build/nebula-*-Linux-console.rpm /usr/local/nebula/nebula-console.rpm
COPY --from=builder /home/nebula/BUILD/build/cpack_output/nebula-*-console.rpm /usr/local/nebula/nebula-console.rpm

WORKDIR /usr/local/nebula

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.graphd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN cd /home/nebula/BUILD/package \

FROM centos:7

COPY --from=builder /home/nebula/BUILD/build/nebula-*-Linux-common.rpm /usr/local/nebula/nebula-common.rpm
COPY --from=builder /home/nebula/BUILD/build/nebula-*-Linux-graph.rpm /usr/local/nebula/nebula-graphd.rpm
COPY --from=builder /home/nebula/BUILD/build/cpack_output/nebula-*-common.rpm /usr/local/nebula/nebula-common.rpm
COPY --from=builder /home/nebula/BUILD/build/cpack_output/nebula-*-graph.rpm /usr/local/nebula/nebula-graphd.rpm

WORKDIR /usr/local/nebula

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.metad
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN cd /home/nebula/BUILD/package \

FROM centos:7

COPY --from=builder /home/nebula/BUILD/build/nebula-*-Linux-common.rpm /usr/local/nebula/nebula-common.rpm
COPY --from=builder /home/nebula/BUILD/build/nebula-*-Linux-meta.rpm /usr/local/nebula/nebula-metad.rpm
COPY --from=builder /home/nebula/BUILD/build/cpack_output/nebula-*-common.rpm /usr/local/nebula/nebula-common.rpm
COPY --from=builder /home/nebula/BUILD/build/cpack_output/nebula-*-meta.rpm /usr/local/nebula/nebula-metad.rpm

WORKDIR /usr/local/nebula

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.storaged
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN cd /home/nebula/BUILD/package \

FROM centos:7

COPY --from=builder /home/nebula/BUILD/build/nebula-*-Linux-common.rpm /usr/local/nebula/nebula-common.rpm
COPY --from=builder /home/nebula/BUILD/build/nebula-*-Linux-storage.rpm /usr/local/nebula/nebula-storaged.rpm
COPY --from=builder /home/nebula/BUILD/build/cpack_output/nebula-*-common.rpm /usr/local/nebula/nebula-common.rpm
COPY --from=builder /home/nebula/BUILD/build/cpack_output/nebula-*-storage.rpm /usr/local/nebula/nebula-storaged.rpm

WORKDIR /usr/local/nebula

Expand Down

0 comments on commit 70d9a5e

Please sign in to comment.