apache / incubator-kie-kogito-operator

Kubernetes Operator for Kogito
Apache License 2.0
45 stars 79 forks source link

[KIE-830] Make Kogito Operator build reproducible #1536

Closed ricardozanini closed 6 months ago

ricardozanini commented 7 months ago

In this PR, we did:

  1. Rename the module to apache/kie-incubator-kogito-operator to follow golang modules conventions.
  2. Upgrade the build to golang 1.21
  3. Make the build command to trimpaths, remove buildids, and force OS and Arch to be able to make the binaries reproducible.

TODO:

ricardozanini commented 7 months ago

Adds to:

ricardozanini commented 7 months ago

I might have to upgrade codegen for this go version:

./hack/client-gen.sh
go: module k8s.io/code-generator: not a known dependency
Failed to add k8s.io/code-generator to mod
make: *** [Makefile:130: generate] Error 1