-
Notifications
You must be signed in to change notification settings - Fork 635
Migrate to Docker v2 #13268
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
base: main
Are you sure you want to change the base?
Migrate to Docker v2 #13268
Conversation
Signed-off-by: ayush <[email protected]>
Signed-off-by: ayush <[email protected]>
Signed-off-by: ayush <[email protected]>
Signed-off-by: ayush <[email protected]>
Signed-off-by: ayush <[email protected]>
Signed-off-by: ayush <[email protected]>
Signed-off-by: ayush <[email protected]>
|
@chandler-solo envoy had some path issues so it was not copying correct, it was using full path like platform/arch.. |
|
something is off, i am working on it |
but i think it should have been worked earlier too if that's the real issue |
Signed-off-by: ayush <[email protected]>
|
In a perfect world, local development would use goreleaser to build docker images so that we only had one way to build them and had more confidence in CI (which does not use the goreleaser-built images in the e2e tests today and instead uses some logic surrounding |
working on it, i had some work so i left it there, will update it soon |
Signed-off-by: ayush <[email protected]>
Signed-off-by: ayush <[email protected]>
Signed-off-by: ayush <[email protected]>
|
ok so if i use change the wildcard as i did in 555c95d, the ci checks fail, but the images built locally are same. And if fix those ci checks, then images are malformed. I need to find a trade off between them |
and i think i got the reason why i got the same images and later they were different when you were comparing. I compared when the tests were failing, they were same, and after i changed the wildcard to let the ci checks pass, the images broke, and you got different images I'll fix this asap |
|
@24aysh, the very best outcome would be to delete the Makefile docker image building code and replace it with |
yeah, let me try it |
Description
Migrated from deprecated
dockers+docker_manifeststo the newdockers_v2configurationFixes the cause of revert #13257
Fixes issue #13195
Fixes envoy image shrinkage issue
Change Type
Changelog