From 53b0e0a954b8c53e99f5783e9b53d3d7334f1470 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 29 Mar 2023 21:44:00 +0200 Subject: [PATCH] fixes --- manifest.toml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index 96c1b45..d099feb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,14 +57,17 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen [resources] [resources.sources] - url = "photoprism/photoprism:220901-bullseye" - format = "docker" - platform = "linux/amd64" - sha256 = "3381d40181ecdf62932e9530c6b81e6e0f8828a3d373d8dedf662aab96dafba4" - #arm64.platform = "linux/arm64" - #arm64.sha256 = "sha256:3dcffda0a2b58c91479c883205025edee4ea799fc35be419f9bec708ccb54b7f" - #armhf.platform = "linux/armhf" - #armhf.sha256 = "sha256:a74f4d0a220af9a5291307bfba36f662d97c4df143f04d951e3c30111916317e" + [resources.sources.main] + url = "photoprism/photoprism:220901-bullseye" + format = "docker" + platform = "linux/amd64" + sha256 = "3381d40181ecdf62932e9530c6b81e6e0f8828a3d373d8dedf662aab96dafba4" + xtract = true + in_subdir = true + #arm64.platform = "linux/arm64" + #arm64.sha256 = "sha256:3dcffda0a2b58c91479c883205025edee4ea799fc35be419f9bec708ccb54b7f" + #armhf.platform = "linux/armhf" + #armhf.sha256 = "sha256:a74f4d0a220af9a5291307bfba36f662d97c4df143f04d951e3c30111916317e"