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