1
0
Fork 0

podman: set autoupdate label

This commit is contained in:
Daniel Kempkens 2023-03-18 00:22:12 +01:00
parent 572da55418
commit c56d93c78c
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
5 changed files with 12 additions and 6 deletions

View file

@ -18,6 +18,7 @@ in
}; };
labels = { labels = {
"com.centurylinklabs.watchtower.enable" = "true"; "com.centurylinklabs.watchtower.enable" = "true";
"io.containers.autoupdate" = "registry";
}; };
}; };
}; };
@ -35,6 +36,7 @@ in
]; ];
labels = { labels = {
"com.centurylinklabs.watchtower.enable" = "true"; "com.centurylinklabs.watchtower.enable" = "true";
"io.containers.autoupdate" = "registry";
}; };
}; };
}; };
@ -50,6 +52,7 @@ in
]; ];
labels = { labels = {
"com.centurylinklabs.watchtower.enable" = "true"; "com.centurylinklabs.watchtower.enable" = "true";
"io.containers.autoupdate" = "registry";
}; };
}; };
}; };

View file

@ -16,6 +16,7 @@
]; ];
labels = { labels = {
"com.centurylinklabs.watchtower.enable" = "true"; "com.centurylinklabs.watchtower.enable" = "true";
"io.containers.autoupdate" = "registry";
}; };
}; };
}; };
@ -27,6 +28,7 @@
restart = "unless-stopped"; restart = "unless-stopped";
labels = { labels = {
"com.centurylinklabs.watchtower.enable" = "true"; "com.centurylinklabs.watchtower.enable" = "true";
"io.containers.autoupdate" = "registry";
}; };
}; };
}; };

View file

@ -21,6 +21,7 @@ in
]; ];
labels = { labels = {
"com.centurylinklabs.watchtower.enable" = "true"; "com.centurylinklabs.watchtower.enable" = "true";
"io.containers.autoupdate" = "registry";
}; };
}; };
}; };

View file

@ -178,11 +178,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1678967335, "lastModified": 1679067095,
"narHash": "sha256-oFppZaAVRA0G/aVPvjtWaQI5EQ2dZ5LgbEKfsBmKQgA=", "narHash": "sha256-G2dJQURL/CCi+8RP6jNJG8VqgtzEMCA+6mNodd3VR6E=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "b832390db376fbbf44115904cfab6680fb42e076", "rev": "3239e0b40f242f47bf6c0c37b2fd35ab3e76e370",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -236,12 +236,12 @@ rec {
}; };
nvim-jdtls = pkgs.vimUtils.buildVimPluginFrom2Nix { nvim-jdtls = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "nvim-jdtls"; pname = "nvim-jdtls";
version = "2023-03-10"; version = "2023-03-17";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-jdtls"; repo = "nvim-jdtls";
rev = "9fcc9495b5d03f8d50e4af936fd0f905f045a6c2"; rev = "a71e656a553f0af306cffc81400f08dcedf295d6";
sha256 = "00j52k5qx8lr5z2hbhb6lz1acp8si8a4xwb4kj6v7g58a9ikbdsn"; sha256 = "0vpdlfh07vy1ghiqjfipmc4kcgr6v7mqh8gcd082ps73g7h4ffll";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };