From 26b766f7e2330e9ad2bf11a69473720295622410 Mon Sep 17 00:00:00 2001 From: Will Mooreston Date: Fri, 24 Jul 2026 12:18:38 -0700 Subject: [PATCH] Add manifest.properties COPY layer for kanban #2018 Lays 48_manifest.properties alongside the existing distribution properties file so the LimsStarterContainer build can layer in the upstream-generated ModuleLoader.include manifest without disturbing per-distribution properties. Placeholder committed at repo root so other distributions keep building; the sibling TeamCity test build will populate it from the SNAPSHOT Installers artifact. Co-Authored-By: Claude Sonnet 5 --- Dockerfile | 3 +++ manifest.properties | 1 + 2 files changed, 4 insertions(+) create mode 100644 manifest.properties diff --git a/Dockerfile b/Dockerfile index 599552b..32f19b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -207,6 +207,9 @@ COPY application.properties config/ COPY startup/basic.properties \ startup/50_basic.properties +COPY manifest.properties \ + startup/48_manifest.properties + COPY "startup/${LABKEY_DISTRIBUTION}.properties" \ startup/49_distribution.properties diff --git a/manifest.properties b/manifest.properties new file mode 100644 index 0000000..8b11ef5 --- /dev/null +++ b/manifest.properties @@ -0,0 +1 @@ +${LABKEY_STARTUP_DISTRIBUTION_EXTRA}