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:
parent
a1a97966cc
commit
353a141181
4 changed files with 0 additions and 8 deletions
|
|
@ -116,8 +116,6 @@ in
|
|||
|
||||
pkgs.dockerTools.buildLayeredImage {
|
||||
name = "blumeops/alloy";
|
||||
tag = "latest";
|
||||
|
||||
contents = [
|
||||
alloy
|
||||
pkgs.cacert
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@ assert pkgs.redis.version == version;
|
|||
|
||||
pkgs.dockerTools.buildLayeredImage {
|
||||
name = "blumeops/authentik-redis";
|
||||
tag = "latest";
|
||||
|
||||
contents = [
|
||||
pkgs.redis
|
||||
];
|
||||
|
|
|
|||
|
|
@ -41,8 +41,6 @@ in
|
|||
|
||||
pkgs.dockerTools.buildLayeredImage {
|
||||
name = "blumeops/authentik";
|
||||
tag = "latest";
|
||||
|
||||
contents = [
|
||||
ak
|
||||
authentik-django
|
||||
|
|
|
|||
|
|
@ -67,8 +67,6 @@ in
|
|||
|
||||
pkgs.dockerTools.buildLayeredImage {
|
||||
name = "blumeops/ntfy";
|
||||
tag = "latest";
|
||||
|
||||
contents = [
|
||||
ntfy
|
||||
pkgs.cacert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue