-
Notifications
You must be signed in to change notification settings - Fork 142
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
Producing zero-size image on machine image ubuntu-2204:current #300
Comments
i'm having the same problem |
same here ... |
I am having this same issue. It didn't show up until I switched to using Docker executor with cimg/deploy:2023.09.1. I was using the machine executor with ubuntu-2204:2022.07.1 and it would just build 1 image. It would be great if we could get his fixed up since I am making the move to ARM docker images now that they are available. |
I'm experiencing the same problem, fixed after changing the executor to ubuntu-2204:2022.07.1 |
Hey everyone! This was an image issue and has been fixed. I just tested this out on I'll close this out for now but please feel free to reopen if you all are still running into this issue. Thanks again, |
It also works if you add to a context or a project environment variable I preferred to do it this way since you don't need to change the code. I will create a PR to add ENV plus bump the executor to use |
Orb version
9.0.0
machine image: ubuntu-2204:current
What happened
After updating from 8.2.1 to 9.0.0 there are generated one image index, one zero-size image and one non-zero-size image.
Old usage:
New usage:
Where:
Expected behavior
As far as the image should be generated for the only platform I'd expect either the old behaviour producing the only image without any index or at least one index and one non-zero-size image.
Workaround
Pin machine image version to ubuntu-2204:2022.07.1
The text was updated successfully, but these errors were encountered: