Guest User

Untitled

a guest
Apr 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. IMAGE = gcr.io/jiji-168714/cr-crd-webhook-amd64
  2. TAG = 1.10v2
  3.  
  4. build:
  5. CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o webhook .
  6. docker build --no-cache -t $(IMAGE):$(TAG) .
  7. docker push $(IMAGE):$(TAG)
  8. rm -rf webhook
Add Comment
Please, Sign In to add comment