update oci images
All checks were successful
Flake check / flake-check (pull_request) Successful in 21s
Build hosts / build-hosts (pull_request) Successful in 32s

This commit is contained in:
sid 2026-05-04 17:55:30 +02:00
parent 2cdb8600fb
commit c2efb19ecf
3 changed files with 28 additions and 36 deletions

View file

@ -11,13 +11,6 @@
services.open-webui-oci = {
enable = true;
image = pkgs.dockerTools.pullImage {
imageName = "ghcr.io/open-webui/open-webui";
imageDigest = "sha256:8113fa5510020ef05a44afc0c42d33eabeeb2524a996e3e3fb8c437c00f0d792";
hash = "sha256-KxMUORhvLb/MMc8gv3xULNgnAzO1N+Qi2/1lHzbuK6Q=";
finalImageName = "ghcr.io/open-webui/open-webui";
finalImageTag = "0.8.12";
};
externalUrl = "https://" + constants.services.open-webui-oci.fqdn;
port = 8083;
# environmentFile = config.sops.templates."open-webui-oci/environment".path;