Closed appier-rophy closed 1 year ago
Same issue here following same steps with Docker version 19.03.12.
@appier-rophy @bsc8180 Looks like it might be leftover from an older build, and it uses go mod now.
I deleted/commented out every reference to the dep command, and it seems to build just fine.
Can confirm commenting out the dep commands builds container, I have still to test it though. Commented out version attached, will do a PR after testing. Dockerfile.txt
I've done a little testing yesterday, and had no issues with the functionality of OEC.
dep is no longer used in any release in this repo.
Official Guide: https://docs.opsgenie.com/docs/oec-running#running-oec-with-docker
Result:
I would recommend this repo to have tagged releases so we know which version has been tested for container builds, instead of always "master".