How to build the images reliably? #9498
Replies: 3 comments
-
Same problem here. |
Beta Was this translation helpful? Give feedback.
-
Hey! While concern is understandable there are only 2 ways of mitigating this:
|
Beta Was this translation helpful? Give feedback.
-
Most painful issue is indeed the Java temurin downloads. Easiest solution to make the builds stable is to just remove all but one version (or even all of them, and rely on the setup-java action). This has greatly improved stuff for me, since it looks like the artifactory repo might rate-limit downloads or just plain break every now and then. I'm a bit confused about why your main build takes 6h though. On AWS it takes at most 45min. Edit regarding timings: ok I see you are talking about the Windows image. No idea it was that slow! |
Beta Was this translation helpful? Give feedback.
-
We have nightly pipelines set up to build the latest stable releases for Ubuntu and Win flavors, every night Later on we use this night image as base image and build our customization on top of this blueprint image - building the win base image takes like 6 hours, then our customization takes only like 20 mins.
Now, this process fails too many times, and is in general unreliable. Basically, we have two set of problems:
This process is quite painful for us, too much time and effort spent on babysitting the latest stable build. Does anyone have any tips on dealing with these issues more efficiently?
Beta Was this translation helpful? Give feedback.
All reactions