Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 503 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 503 Bytes

For building the custom Envoy Proxy image (containing the extra Lua library).

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