Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 1.04 KB

File metadata and controls

38 lines (26 loc) · 1.04 KB

Overview

This directory is responsible for building the data pipeline image.

The goal is:

  • Build the code into a jar file with all dependencies
  • Build the image and publish on Artifact Registry

Requirements

See ../../README.md for requirements.

Usage

Run the following command at the root of this repository.

PROJECT=$(gcloud config get-value project)
REGION=us-central1
gcloud builds submit --tag=$REGION-docker.pkg.dev/$PROJECT/simulator/simulator