mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 03:56:07 -04:00
Rename coordinator to bootstrapper and rename roles
This commit is contained in:
parent
3280ed200c
commit
916e5d6b55
191 changed files with 1763 additions and 2030 deletions
|
@ -50,7 +50,7 @@ COPY verify/verifyproto/*.proto /verify
|
|||
|
||||
## init
|
||||
WORKDIR /init
|
||||
COPY coordinator/initproto/*.proto /init
|
||||
COPY bootstrapper/initproto/*.proto /init
|
||||
RUN protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative *.proto
|
||||
|
||||
FROM scratch as export
|
||||
|
@ -59,4 +59,4 @@ COPY --from=build /service/*.go debugd/service/
|
|||
COPY --from=build /kms/*.go kms/kmsproto/
|
||||
COPY --from=build /activation/*.go activation/activationproto/
|
||||
COPY --from=build /verify/*.go verify/verifyproto/
|
||||
COPY --from=build /init/*.go coordinator/initproto/
|
||||
COPY --from=build /init/*.go bootstrapper/initproto/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue