mittwald / harbor-operator

A Kubernetes operator for managing goharbor instances
Apache License 2.0
20 stars 4 forks source link

Image build fails #6

Closed martin-helmich closed 4 years ago

martin-helmich commented 4 years ago

Seems like quay.io is configured to build the harbor-operator images on its own (see https://quay.io/repository/mittwald/harbor-operator/build/f6eea9b7-6799-4be0-8061-33fbdfbcb512) -- which doesn't work, since the binary (that is supposed to be built by the operator SDK) isn't there when quay.io builds the image.

elenz97 commented 4 years ago

This was a manual test i started to get the build status badge showing a successful build. Though i don't think we even need builds done by quay.io, as the github workflow covers these already: https://github.com/mittwald/harbor-operator/blob/master/.github/workflows/workflow.yml#L72 Recent builds for master and v0.1.1 were successful in the github workflow, yet quay.io only refers to them as tags (which is fine). Currently, i see no way of triggering an operator-sdk build on quay.io's side.

elenz97 commented 4 years ago

Suggestion: Replace the "quay.io container build failed" badge with a badge from the github workflow, e.g. Go