-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update kaniko fork #178
Comments
Should we add a scheduled workflow to keep it in sync weekly or monthly? |
Kaniko has since updated to go1.22 which means we also need to do so. Unfortunately our codersdk deps prevent this right now (see: coder/coder#11342). For now I'm going to manually vendor these in. |
Part of #178 In order to update our branch of Kaniko, we need to first update to go1.22. This is not currently possible while depending on codersdk. - Manually vendored relevant parts of codersdk and agentsdk into internal/notcodersdk - Replaced existing usage of codersdk / agentsdk with internal/notcodersdk - Added test for coder log sending functionality
@johnstcn Is there anything left here or can we resolve this issue? |
@mtojek coder/kaniko#7 is still un-merged. Some of the tests are failing partially due to some changes we have that upstream does not. However, all of our envbuilder tests appear to work fine with these changes. Then #195 can be updated and approved. |
This is done now. |
Coder's kaniko fork is outdated and prevents updating some of the dependencies that have vulnerabilities.
Details can be seen here: https://github.com/coder/envbuilder/security/dependabot
This is a must-do before we launch 1.0
cc: @bpmct
The text was updated successfully, but these errors were encountered: