From e0ceb5ab8755892b8db7284faf373fb3bc1e1f27 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Tue, 2 Dec 2025 16:15:23 +0100 Subject: [PATCH] OP#176 edit start.sh --- README.md | 2 ++ start.sh | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c256af1..2203d77 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,6 @@ This image is entirely based on the [PostgreSQL Prometheus Adapter](https://gith The PostgreSQL Prometheus Adapter design is based on partitioning and threads. Incoming data is processed by one or more threads and one or more writer threads will store data in PostgreSQL daily or hourly partitions. Partitions will be auto-created by the adapter based on the timestamp of incoming data. +However we did a few changes to adjust the following: +* the entire build flow is now based on the docker file, no external make step. This allows using a Jenkins CI/CD pipeline for both build and placing the image in a package registry, so the image can be used in Kubernetes via CI/CD. All manual steps are removed. diff --git a/start.sh b/start.sh index 7b8e758..d8c82c5 100755 --- a/start.sh +++ b/start.sh @@ -1,7 +1,5 @@ #!/bin/bash -set -e - if [[ "${DATABASE_URL}" == "" ]]; then echo 'Missing DATABASE_URL' echo 'example -e DATABASE_URL="user= password= host= port= database="'