#is there a stable path/url the latest `docker-compose.yml` as released?

1 messages · Page 1 of 1 (latest)

wise vigil
#

The root of the master branch doesn’t have the updated docker-compose.yml for 2024.4.2 yet. Branch version-2024.4 does, but I was wondering if there’s a different branch I could track to basically always get the latest docker-compose.yml upon release.

I worry that if I track the file on the 2024.4 branch I’ll need to change it as soon as there’s a major update in 2024, right?

The reason I ask, is because I’m using this GitHub repo and a GitHub Actions workflow to manage my deployment, automatically creating a PR with the latest docker-compose.yml whenever there’s an update posted.

If I just pull https://goauthentik.io/docker-compose.yml the Netlify cache gets in the way of new releases, and if instead I track https://raw.githubusercontent.com/goauthentik/authentik/master/docker-compose.yml it hasn’t received the 2024.4.2 update yet.

GitHub

Authentik docker-compose gitops deployment. Contribute to b-/authentik-deploy development by creating an account on GitHub.

#

I guess if https://goauthentik.io/docker-compose.yml would always be the latest stable release were it not for Netlify’s cache, maybe there’s a GitHub repository deploying that to Netlify in the first place? 🤞