mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-03-30 22:29:17 +03:00
postgres fix
This commit is contained in:
parent
d7a49ffc5d
commit
bb21facd53
@ -69,8 +69,8 @@ jobs:
|
|||||||
- name: "Build and Deploy PostgreSQL 15 Image:"
|
- name: "Build and Deploy PostgreSQL 15 Image:"
|
||||||
run: cd linux/ecosystem/postgres/15 && pwd && make build && make deploy
|
run: cd linux/ecosystem/postgres/15 && pwd && make build && make deploy
|
||||||
|
|
||||||
- name: "Build and Deploy PostgreSQL 16 Image:"
|
# - name: "Build and Deploy PostgreSQL 16 Image:"
|
||||||
run: cd linux/ecosystem/postgres/16 && pwd && make build && make deploy
|
# run: cd linux/ecosystem/postgres/16 && pwd && make build && make deploy
|
||||||
|
|
||||||
##################################################################################
|
##################################################################################
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ RUN groupadd -r postgres && useradd -r -g postgres postgres
|
|||||||
ENV GOSU_VER 1.14
|
ENV GOSU_VER 1.14
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
|
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 \
|
&& chmod +x /usr/local/bin/gosu \
|
||||||
&& apt-get purge -y --auto-remove curl
|
&& apt-get purge -y --auto-remove curl
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user