Hi, I only inform opsgenie support
doc: https://docs.opsgenie.com/docs/oec-running
git clone https://github.com/opsgenie/OEC.git
docker build . -t OEC
1) invalid argument "OEC" for "-t, --tag" flag: invalid reference format: repository name must be lowercase
- ok, rename :)
2) Step 6/12 : RUN export GIT_COMMIT=$(git rev-list -1 HEAD) && dep ensure -v && CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -ldflags "-X main.OECCommitVersion=$GIT_COMMIT -X main.OECVersion=1.0.1" -o nocgo -o /oec .
---> Running in 24f211defacd
could not find project Gopkg.toml, use dep init to initiate a manifest
The command '/bin/sh -c export GIT_COMMIT=$(git rev-list -1 HEAD) && dep ensure -v && CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -ldflags "-X main.OECCommitVersion=$GIT_COMMIT -X main.OECVersion=1.0.1" -o nocgo -o /oec .' returned a non-zero code: 1
I solved it by adding "dep init" to Dockerfile
Thanks for the info this will help other users...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.