Created
          April 6, 2019 10:24 
        
      - 
      
- 
        Save pvillard31/b0eb957a149547b046a6fa01d13ce133 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | git clone [email protected]: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