Skip to content

Instantly share code, notes, and snippets.

@pvillard31
Created April 6, 2019 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvillard31/b0eb957a149547b046a6fa01d13ce133 to your computer and use it in GitHub Desktop.
Save pvillard31/b0eb957a149547b046a6fa01d13ce133 to your computer and use it in GitHub Desktop.
git clone git@github.com:pvillard31/nifi-cloudrun-example.git
cd nifi-cloudrun-example
gcloud auth configure-docker
# docker build -t [HOSTNAME]/[PROJECT-ID]/[IMAGE]:[TAG] .
docker build -t eu.gcr.io/my-gcp-project/minifi-csvjson:0.0.1 .
# docker push [HOSTNAME]/[PROJECT-ID]/[IMAGE]:[TAG] .
docker push eu.gcr.io/my-gcp-project/minifi-csvjson:0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment