Jackson West
Jackson West
Fixes: #143 When scanning for a license for a particular module, go-licenses will traverse up the directory structure looking for LICENSE (or some variant of) file. The [find](https://github.com/google/go-licenses/blob/92428a67ed7de3032c2b6b10088e1ca648b4aaba/licenses/find.go#L35) code tries...
*Issue #, if available:* *Description of changes:* /hold By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your...
*Issue #, if available:* *Description of changes:* This changes the distro-base images to push the the private ecr repos instead directly to public during postsubmits and periodics. These private ecr...
*Issue #, if available:* *Description of changes:* ### Background Our kind image is based on AL23. When we GA'd eks-a it was based on AL2 to ensure we are shipping...
**What would you like to be added**: Since the output of the useradd/images/export target are the passwd and group files, could we change this to be a specific file target...
**What would you like to be added**: We have mkdir peppered throughout the Common.mk and some of the project specific makefiles. Recently a mkdir "guard" like pattern was added in...
*Issue #, if available:* *Description of changes:* From pretty much the beginning of eks-d and then eks-a after it, we have run `go mod download` before building. Some upstream projects,...
*Issue #, if available:* *Description of changes:* This adds support for building the hook os kernel to our build tooling. Currently linuxkit pulls the kernel built from upstream via https://github.com/tinkerbell/hook/tree/main/kernel....
*Issue #, if available:* *Description of changes:* This adds the `tinkerbell/ipxedust` project to build tooling and uses the upstream scripts from there to build ipxe, which is a native binary...
*Issue #, if available:* *Description of changes:* Standardized the naming for arm64 and amd64 presubmits. Removed source-controller arm build which is not needed any more. Added linuxkit arm build. By...