From ea05e859255d8e3a76b877f2515c14bfb61bb8c6 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 8 Jan 2025 23:36:58 +1300 Subject: [PATCH] update Signed-off-by: David Young --- apps/comet/Dockerfile | 12 ++++++------ apps/comet/ci/goss.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/comet/Dockerfile b/apps/comet/Dockerfile index 0a5dd9bafd..1d8ad0455c 100644 --- a/apps/comet/Dockerfile +++ b/apps/comet/Dockerfile @@ -6,19 +6,19 @@ ARG VERSION RUN apk update && apk upgrade && \ apk add --no-cache git -#RUN git clone -b $VERSION https://github.com/g0ldyy/comet.git /source +RUN git clone -b $VERSION https://github.com/g0ldyy/comet.git /source -RUN git clone https://github.com/elfhosted/comet.git /source +# RUN git clone https://github.com/elfhosted/comet.git /source # Patch out requirement for warp COPY apps/comet/no-warp-necessary.patch /source/ RUN cd /source && git apply no-warp-necessary.patch && rm no-warp-necessary.patch -# # Patch in the stremthru PR -# RUN cd /source && \ -# wget https://patch-diff.githubusercontent.com/raw/g0ldyy/comet/pull/166.patch && \ -# git apply 166.patch +# Patch in the stremthru PR +RUN cd /source && \ + wget https://patch-diff.githubusercontent.com/raw/g0ldyy/comet/pull/166.patch && \ + git apply 166.patch FROM python:3.11-alpine diff --git a/apps/comet/ci/goss.yaml b/apps/comet/ci/goss.yaml index a11942be5f..79a8b9028b 100644 --- a/apps/comet/ci/goss.yaml +++ b/apps/comet/ci/goss.yaml @@ -1,7 +1,7 @@ --- # https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#process process: - gunicorn: + python: running: true # https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#port