mirror of
https://github.com/google/nomulus.git
synced 2025-08-02 07:52:11 +02:00
Add a Dockerfile to build the builder
Our Gradle build now requires three programs to build: Java, npm and gcloud. There are no existing images that contain all of them. Even if there were, they probably come from some random Joe on the Internet and we cannot trust the image to be free of malwares. Therefore we need to build our own builder. The builder images will be built by Cloud Build and upload to our container registry. We should periodically rebuild it to pull in the latest security updates both for the base Ubuntu image, and for the components that we install. I have not figured out a way to do that yet. For now we'll just trigger Cloud Build manually once in a while. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=234009343
This commit is contained in:
parent
063197fd69
commit
23ee5b21ec
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ steps:
|
|||
- name: 'alpine'
|
||||
args: ['sh', '-c', 'cp -r nomulus-internal/* .']
|
||||
# Build the deployment files.
|
||||
- name: 'google/cloud-sdk'
|
||||
- name: 'gcr.io/${PROJECT_ID}/builder'
|
||||
args:
|
||||
- './gradlew'
|
||||
- 'stage'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue