iter8-tools / iter8

Kubernetes release optimizer
https://iter8.tools
Apache License 2.0
253 stars 34 forks source link

Clean up makefile after dockerfile changes #1606

Closed Alan-Cha closed 10 months ago

Alan-Cha commented 10 months ago

With #1605, we added a new dockerfile and removed the old one. Additionally, there are some commands in the makefile that are obsolete, for example dist. We should remove these. In addition, we will also need to update instructions in the CONTRIBUTING.md to describe how a user can locally build the Iter8 image and push to Docker.

kalantar commented 10 months ago

directory _dist and all references to it can be eliminated (also from .gitignore)

kalantar commented 10 months ago

Instructions in CONTRIBUTING.md already updated.

kalantar commented 10 months ago

Fixed by https://github.com/iter8-tools/iter8/pull/1621