mirror of
https://github.com/kubevela/kubevela.git
synced 2026-03-02 17:50:58 +00:00
Compare commits
1 Commits
v1.5.0-bet
...
v1.5.0-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ab0b503c5 |
@@ -39,6 +39,5 @@ RUN apk add --no-cache ca-certificates bash expat
|
||||
WORKDIR /
|
||||
|
||||
ARG TARGETARCH
|
||||
COPY --from=builder /workspace/vela-${TARGETARCH} /vela
|
||||
COPY /vela /bin/
|
||||
ENTRYPOINT ["/vela"]
|
||||
COPY --from=builder /workspace/vela-${TARGETARCH} /bin/vela
|
||||
ENTRYPOINT ["/bin/vela"]
|
||||
|
||||
@@ -10,7 +10,7 @@ spec:
|
||||
type: webservice
|
||||
properties:
|
||||
image: oamdev/vela-cli:v1.5.0-beta.1
|
||||
cmd: ["/vela","show"]
|
||||
cmd: ["/bin/vela","show"]
|
||||
ports:
|
||||
- port: 18081
|
||||
expose: true
|
||||
|
||||
Reference in New Issue
Block a user