this post was submitted on 12 Oct 2024
135 points (100.0% liked)

Open Source

30511 readers
668 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

And why?

you are viewing a single comment's thread
view the rest of the comments
[–] GreenKnight23 7 points 1 day ago (1 children)

self-hosted gitlab.

I love it. I can clone external repos on a schedule and build my projects based on my local cache. I'm even running some automation tasks like image deployments out of it too.

[–] [email protected] 1 points 2 hours ago (1 children)

I can clone external repos on a schedule

Some cron deal?

[–] GreenKnight23 1 points 2 hours ago (1 children)

pipeline schedules. once a month I clone the remote repo into a local branch, and push it back to my repo with an automatic merge request assigned to me. review & merge kicks off build pipeline.

I also use pipeline schedules to do my own ddns to route 53 using terraform. runs once every 15 minutes.

also once a week I've got about 50 container images I cache locally that I build my own images from.

[–] [email protected] 1 points 57 minutes ago

pipeline schedules

Ah. Cron but from inside the garden. Okay.

No need to talk about containers. Having worked security (and build/rel) they present no net value.