Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 478 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 478 Bytes

For building the custom image for the demo Python app.

Usage

export PROJECT_ID=my_project

Create repository in Artifact Registry:
gcloud artifacts repositories create envoy-demo --repository-format=docker --location=europe-west1 --description="Images for use with Envoy demo" --project=$PROJECT_ID

Use Cloud Build to build the image and push it into Artifact Registry:

gcloud builds submit --region=europe-west1 --config cloudbuild.yaml --project=$PROJECT_ID