From afaaa3c25a0778af3c6a99b11ad2b1f425181760 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 2 Feb 2024 12:00:05 -0500 Subject: [PATCH 1/3] temporal-server: include getent Signed-off-by: Jason Hall --- temporal-server.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/temporal-server.yaml b/temporal-server.yaml index 76e532dddc5..a3346ffde8e 100644 --- a/temporal-server.yaml +++ b/temporal-server.yaml @@ -1,7 +1,7 @@ package: name: temporal-server version: 1.22.4 - epoch: 1 + epoch: 2 description: Temporal server executes units of application logic, Workflows, in a resilient manner that automatically handles intermittent failures, and retries failed operations copyright: - license: MIT @@ -104,6 +104,7 @@ subpackages: - bash - temporal-docker-builds - tctl + - posix-libc-utils // Required for getent pipeline: - runs: | mkdir -p ${{targets.subpkgdir}}/etc/temporal/config/dynamicconfig From 2d76cada4470e7cbf1b85a6cbc23ca4a88c6398d Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 2 Feb 2024 12:06:18 -0500 Subject: [PATCH 2/3] it's the docker build package that needs it Signed-off-by: Jason Hall --- temporal-docker-builds.yaml | 5 ++++- temporal-server.yaml | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/temporal-docker-builds.yaml b/temporal-docker-builds.yaml index 865e9adc00e..24983bff3b0 100644 --- a/temporal-docker-builds.yaml +++ b/temporal-docker-builds.yaml @@ -3,10 +3,13 @@ package: # This project doesn't do releases and everything is commit based. # This corresponds to commit 70f8b8bbda3723fe7c8f822cc8aa379598ac8c86 version: 0.0_git20231116 - epoch: 1 + epoch: 2 description: Temporal service Docker images build copyright: - license: MIT + dependencies: + runtime: + - posix-libc-utils // Required for getent vars: commit: 70f8b8bbda3723fe7c8f822cc8aa379598ac8c86 diff --git a/temporal-server.yaml b/temporal-server.yaml index a3346ffde8e..76e532dddc5 100644 --- a/temporal-server.yaml +++ b/temporal-server.yaml @@ -1,7 +1,7 @@ package: name: temporal-server version: 1.22.4 - epoch: 2 + epoch: 1 description: Temporal server executes units of application logic, Workflows, in a resilient manner that automatically handles intermittent failures, and retries failed operations copyright: - license: MIT @@ -104,7 +104,6 @@ subpackages: - bash - temporal-docker-builds - tctl - - posix-libc-utils // Required for getent pipeline: - runs: | mkdir -p ${{targets.subpkgdir}}/etc/temporal/config/dynamicconfig From e027a19dbf5977b47f1384975f0e639cf0d6d5c9 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 2 Feb 2024 12:25:27 -0500 Subject: [PATCH 3/3] yaml comments Signed-off-by: Jason Hall --- temporal-docker-builds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temporal-docker-builds.yaml b/temporal-docker-builds.yaml index 24983bff3b0..05679595c6a 100644 --- a/temporal-docker-builds.yaml +++ b/temporal-docker-builds.yaml @@ -9,7 +9,7 @@ package: - license: MIT dependencies: runtime: - - posix-libc-utils // Required for getent + - posix-libc-utils # Required for getent vars: commit: 70f8b8bbda3723fe7c8f822cc8aa379598ac8c86