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>
This commit is contained in:
Erich Blume 2026-03-24 13:19:23 -07:00
commit 353a141181
4 changed files with 0 additions and 8 deletions

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