Skip to content

Add Statechecks to Docker Image

Ursa (9R) requested to merge ursa/statechecks into develop

I currently build a custom image to run statechecks in our cluster - this just adds the binary to the standard image for convenience.

Also added 2 small earmarks for build optimization:

  1. Explicitly add COPY instructions for build stage (avoids excess layer invalidation)
  2. Drop the -a from go build (3-4x faster) - I believe that was functionally NOOP in this case?

Merge request reports