postgres fix

This commit is contained in:
STAM 2022-11-12 23:57:28 +03:00
parent d7a49ffc5d
commit bb21facd53
Signed by: stam
GPG Key ID: E149C3760CFA3C7E
19 changed files with 20 additions and 20 deletions

View File

@ -69,8 +69,8 @@ jobs:
- name: "Build and Deploy PostgreSQL 15 Image:"
run: cd linux/ecosystem/postgres/15 && pwd && make build && make deploy
- name: "Build and Deploy PostgreSQL 16 Image:"
run: cd linux/ecosystem/postgres/16 && pwd && make build && make deploy
# - name: "Build and Deploy PostgreSQL 16 Image:"
# run: cd linux/ecosystem/postgres/16 && pwd && make build && make deploy
##################################################################################

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl

View File

@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
ENV GOSU_VER 1.14
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
&& curl -o /usr/local/bin/gosu -SL https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 \
&& wget --no-check-certificate -c https://github.com/tianon/gosu/releases/download/$GOSU_VER/gosu-amd64 --random-wait -P /usr/local/bin/gosu \
&& chmod +x /usr/local/bin/gosu \
&& apt-get purge -y --auto-remove curl