cli-playground / kodo

MIT License
0 stars 6 forks source link

Add Dockerfile #19

Open sbose78 opened 4 years ago

sbose78 commented 4 years ago

Add a Dockerfile to this repository to build an image and enable us to run kodo in a pod/container/"docker run"

ranakan19 commented 4 years ago

@sbose78 What would be the acceptance criteria of this issue?

Are you refering to the docker image build command or the commandline equivalent of starting deployment from Dockerfile from UI

sbose78 commented 4 years ago
  1. Should be a multi-stage Dockerfile : Build the binary in one stage, and then copy over the binary to a lean UBI image.
  2. As a user I should be able to use this CLI by pull the image and running commands against it.
sbose78 commented 4 years ago

And note, this is for building and packaging this CLI/project. This is not a CLI feature.