- cross-posted to:
- linux@lemmy.world
- hackernews@lemmy.smeargle.fans
- cross-posted to:
- linux@lemmy.world
- hackernews@lemmy.smeargle.fans
cross-posted from: https://sopuli.xyz/post/13237910
Amazon Cloud Traffic Is Suffocating Fedora’s Mirrors
cross-posted from: https://sopuli.xyz/post/13237910
Amazon Cloud Traffic Is Suffocating Fedora’s Mirrors
My company has build scripts that practically pull half an OS from an update mirror every time someone commits a code change.
It’s maddening how inefficient CI/CD setups are.
It’s maddening how inefficient
CI/CD setupsinexperienced DevOps engineers are. - Fixed that for you.Proper pipelines are modular and should run longer validation or updates externally, with only necessary stages executing.
Things like: patching, config management, vulnerability scanning, compliance checks, etc… are done outside the pipeline.
There’s a reason people like me charge a lot! Lazy and/or inexperienced staff will get you in trouble one day.
Pop the images you use into your local image repository.