This docker container is part of Kubernetes Goat.
docker build -t madhuakula/k8s-goat-build-code .
docker push madhuakula/k8s-goat-build-code
- Build the
app
binary for the linux using the following command
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build