cluster-api-provider-packet icon indicating copy to clipboard operation
cluster-api-provider-packet copied to clipboard

make docker-build breaks two of the patch files

Open cprivitere opened this issue 3 years ago • 0 comments
trafficstars

What steps did you take and what happened: If you run make docker-build, two of the yaml patch files are changed. One of these changes doesn't matter much (a default image pull policy), the other matters a lot, as it removes the -amd64 on the image name which breaks pulling down the image for end to end tests.

I'd like to either make it so that the make docker-build doesn't make these changes, or make the project work with the defaults that make docker-build is using (might have to do with changing to use a multi-arch image or something?). Needs some investigation to fully understand what's going on.

cprivitere avatar Sep 09 '22 19:09 cprivitere