GitHub integration: "exporting to oci image format" takes forever.
It's been running for over 30 minutes on this step. Same image builds in less than 5 minutes in GitHub Actions.
Why does it take so long? This is the first build. Would it be better for subsequent builds (assuming there's some caching involved?)?
To me this is unusable and I much rather just do the build and push myself and just change the endpoint image version.
4 Replies
Well, after a while it failed with the following error:
Expect a fix in the next few weeks. We are aware of it
So it finally finished (just took a long time).
I can see that subsequent builds are using Docker layer caching (good), so the actual build is pretty fast. But still, the "exporting to oci image format" takes forever.
Yeah we have caching for build and push. This is just a temporary thing thats there but will be gone soon