mirror of
https://github.com/google/nomulus.git
synced 2025-06-29 15:53:35 +02:00
Use bazel rules to build docker image and push to GCR
Using bazel to build and push image result in reproducible builds. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=187252645
This commit is contained in:
parent
9e3fb8b93c
commit
753a269357
6 changed files with 53 additions and 88 deletions
|
@ -52,7 +52,7 @@ kms:
|
|||
cryptoKey: your-kms-cryptoKey
|
||||
|
||||
epp:
|
||||
port: 700
|
||||
port: 30002
|
||||
relayHost: registry-project-id.appspot.com
|
||||
relayPath: /_dr/epp
|
||||
|
||||
|
@ -122,7 +122,7 @@ epp:
|
|||
customQuota: []
|
||||
|
||||
whois:
|
||||
port: 43
|
||||
port: 30001
|
||||
relayHost: registry-project-id.appspot.com
|
||||
relayPath: /_dr/whois
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue