Localize authentik-redis container #309

Merged
eblume merged 3 commits from localize-redis into main 2026-03-24 13:27:37 -07:00
4 changed files with 0 additions and 8 deletions
Showing only changes of commit 353a141181 - Show all commits

Remove tag = "latest" from nix container definitions

The tag field in buildLayeredImage is optional and only affects the
local docker-archive output. The CI workflow tags with immutable
SHA-based tags via skopeo, so "latest" is misleading noise.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Erich Blume 2026-03-24 13:19:23 -07:00

View file

@ -116,8 +116,6 @@ in
pkgs.dockerTools.buildLayeredImage {
name = "blumeops/alloy";
tag = "latest";
contents = [
alloy
pkgs.cacert

View file

@ -15,8 +15,6 @@ assert pkgs.redis.version == version;
pkgs.dockerTools.buildLayeredImage {
name = "blumeops/authentik-redis";
tag = "latest";
contents = [
pkgs.redis
];

View file

@ -41,8 +41,6 @@ in
pkgs.dockerTools.buildLayeredImage {
name = "blumeops/authentik";
tag = "latest";
contents = [
ak
authentik-django

View file

@ -67,8 +67,6 @@ in
pkgs.dockerTools.buildLayeredImage {
name = "blumeops/ntfy";
tag = "latest";
contents = [
ntfy
pkgs.cacert