mchirico / kbt

kubebuilder -- my development lab
0 stars 0 forks source link

Docker deploy #6

Open mchirico opened 4 years ago

mchirico commented 4 years ago

Modified Dockerfile

Adjusted for golang:1.15

# Build the manager binary
FROM golang:1.15 as builder

Use the command below... want to make sure the correct yaml file is uploaded, so don't use the make version.

docker build . -t quay.io/mchirico/croncrd
tacomonkautobot[bot] commented 4 years ago

mchirico, Thanks for opening this issue!