Commit Graph

12 Commits

Author SHA1 Message Date
Christoph Schug
eb3c20bd66
Merge pull request #302 from cschug/replace_var_run_by_run
Replace `/var/run` by `/run`
2024-07-03 11:27:19 +02:00
renovate[bot]
cf70e42b80
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.6.0 2024-06-26 12:24:13 +00:00
Christoph Schug
38e065c218 fix: replace /var/run by /run
The use of `/var/run` was deprecated by FHS 3.0 nine years ago, so it's
time to finally get rid of it where possible. The canonical directory
for run-time variable data is `/run` nowadaya,s with `/var/run` just
being a symbolic link for backward compatibilty and to ease transition.
2024-06-04 11:55:20 +02:00
renovate[bot]
f210094a35
chore(deps): update docker.io/library/redis docker tag to v7.2.5 2024-05-21 00:28:22 +00:00
renovate[bot]
578fc7fe33
chore(deps): update docker.io/library/postgres docker tag to v16.3 2024-05-10 00:26:30 +00:00
renovate[bot]
dc3d5257d9
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4.2 2024-05-07 19:30:02 +00:00
renovate[bot]
ca116277c5
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4.1 2024-04-26 18:12:27 +00:00
renovate[bot]
a5cb24f5e4
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4.0 2024-04-25 10:17:05 +00:00
renovate[bot]
3eeb35642d
chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.2.3 2024-04-17 13:55:50 +00:00
Christoph Schug
e01fc90b2c feat: always reference the full image name incl. the registry 2024-03-27 23:13:41 +01:00
Christian Lempa
6ad4e19da2 docker compose update 2024-03-26 13:32:19 +01:00
Christian Lempa
e4d8eb6902 updated postgres images 2024-03-26 11:35:40 +01:00