From ddceffa92df7ca643586e8b679f82a86d2311c2d Mon Sep 17 00:00:00 2001 From: Page Kelly Date: Fri, 14 Nov 2025 15:27:29 -0800 Subject: [PATCH 1/2] Reintroducing post_start.sh --- official-templates/base/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/official-templates/base/Dockerfile b/official-templates/base/Dockerfile index 5b2c487..df46677 100644 --- a/official-templates/base/Dockerfile +++ b/official-templates/base/Dockerfile @@ -108,6 +108,7 @@ COPY README.md /usr/share/nginx/html/README.md # Start Script COPY --from=scripts --chmod=755 start.sh / +COPY --from=scripts --chmod=755 post_start.sh / # Welcome Message COPY --from=logo runpod.txt /etc/runpod.txt From 9e8ab3220857e8e429007055c3f33da3b580b346 Mon Sep 17 00:00:00 2001 From: Page Kelly Date: Fri, 14 Nov 2025 15:59:51 -0800 Subject: [PATCH 2/2] Version bump as requested by DJ --- official-templates/shared/versions.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official-templates/shared/versions.hcl b/official-templates/shared/versions.hcl index 1af3891..bd522f5 100644 --- a/official-templates/shared/versions.hcl +++ b/official-templates/shared/versions.hcl @@ -1,4 +1,4 @@ -RELEASE_VERSION = "1.0.2" +RELEASE_VERSION = "1.0.3" variable "RELEASE_SUFFIX" { default = "" # Set by CI, not used by humans.