jlewi / hydros

hydros automates hydrating and committing configuration
Apache License 2.0
4 stars 0 forks source link

Hydros GCB Build Of Docker Image Is Failing - kustomize isn't in the context #99

Closed jlewi closed 4 months ago

jlewi commented 4 months ago

Here's the failed build https://console.cloud.google.com/cloud-build/builds/6811a133-07ca-431b-bbda-e19945e21271?project=foyle-public

This is at commit https://github.com/jlewi/hydros/commit/17f35bbe541e8960b3f56b7542b2d6c286368a41

Here's our Dockerfile https://github.com/jlewi/hydros/blob/17f35bbe541e8960b3f56b7542b2d6c286368a41/Dockerfile#L40

The Dockerfile is clearly trying to copy kustomize but kustomize isn't available.

It looks like we just added the images.yaml file https://github.com/jlewi/hydros/blob/main/images.yaml

And so we probably weren't building the docker image as part of our release process.

jlewi commented 4 months ago

We will need to add a step to download kustomize from github and unpack it to solve this.