PR to fix the ploigos-tool-autogov image. The old image attempts to fetch and install golang via deprecated CentOS repo. The new approach is to download golang and install.
NOTE: This PR is to merge from a feature branch to the main branch within the ploigos/ploigos-containers project.
Purpose
PR to fix the ploigos-tool-autogov image. The old image attempts to fetch and install golang via deprecated CentOS repo. The new approach is to download golang and install.
NOTE: This PR is to merge from a feature branch to the main branch within the ploigos/ploigos-containers project.
The previous PR (https://github.com/ploigos/ploigos-containers/pull/125) was to pull from a fork into a feature branch due to nuances with the CI build that was failing.
Breaking?
No
Integration Testing
Here is a successful build (with some debug RUN statements to get the go version):
Additionally, the autogov image locally was able to use go to build rekor successfully.