sakura: update & pin docker images

This commit is contained in:
notohh 2023-06-13 04:00:00 -04:00
parent 65cd17419f
commit 24a3d505e0
Signed by: notohh
GPG key ID: BD47506D475EE86D
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ _: {
sops.secrets.foundry-username = {};
sops.secrets.foundry-password = {};
virtualisation.oci-containers.containers.foundryvtt = {
image = "felddy/foundryvtt:release";
image = "felddy/foundryvtt:11.300.0";
volumes = [
"/home/notoh/docker/foundryvtt:/data"
];

View file

@ -1,6 +1,6 @@
_: {
virtualisation.oci-containers.containers.homepage = {
image = "ghcr.io/benphelps/homepage";
image = "ghcr.io/benphelps/homepage:v0.6.21";
volumes = [
"/home/notoh/docker/homepage:/app/config"
"/var/run/docker.sock:/var/run/docker.sock:ro"

View file

@ -1,7 +1,7 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [hugo];
virtualisation.oci-containers.containers.hugo = {
image = "klakegg/hugo:0.101.0";
image = "klakegg/hugo:0.111.3";
cmd = ["server"];
volumes = [
"/home/notoh/docker/hugo:/src"

View file

@ -1,6 +1,6 @@
_: {
virtualisation.oci-containers.containers.searxng = {
image = "searxng/searxng";
image = "searxng/searxng:2023.6.10-5f11155c";
volumes = [
"/home/notoh/docker/searxng:/etc/searxng:rw"
];

View file

@ -1,6 +1,6 @@
_: {
virtualisation.oci-containers.containers.stash = {
image = "stashapp/stash";
image = "stashapp/stash:v0.21.0";
environment = {
STASH_STASH = "/data/";
STASH_GENERATED = "/generated/";