Skip to content

Commit

Permalink
Fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CHERTS committed Sep 24, 2024
1 parent fda88e2 commit 3850be9
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
5 changes: 4 additions & 1 deletion 12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ RUN set -eux; \
\
pg_repack --version

COPY docker_entrypoint.sh /bin/
COPY docker_entrypoint.sh /bin

RUN set -x \
chmod +x /bin/docker_entrypoint.sh

ENTRYPOINT ["/bin/docker_entrypoint.sh"]
CMD ["-no-superuser-check"]
5 changes: 4 additions & 1 deletion 13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ RUN set -eux; \
\
pg_repack --version

COPY docker_entrypoint.sh /bin/
COPY docker_entrypoint.sh /bin

RUN set -x \
chmod +x /bin/docker_entrypoint.sh

ENTRYPOINT ["/bin/docker_entrypoint.sh"]
CMD ["-no-superuser-check"]
5 changes: 4 additions & 1 deletion 14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ RUN set -eux; \
\
pg_repack --version

COPY docker_entrypoint.sh /bin/
COPY docker_entrypoint.sh /bin

RUN set -x \
chmod +x /bin/docker_entrypoint.sh

ENTRYPOINT ["/bin/docker_entrypoint.sh"]
CMD ["-no-superuser-check"]
5 changes: 4 additions & 1 deletion 15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,10 @@ RUN set -eux; \
\
pg_repack --version

COPY docker_entrypoint.sh /bin/
COPY docker_entrypoint.sh /bin

RUN set -x \
chmod +x /bin/docker_entrypoint.sh

ENTRYPOINT ["/bin/docker_entrypoint.sh"]
CMD ["-no-superuser-check"]
5 changes: 4 additions & 1 deletion 16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@ RUN set -eux; \
\
pg_repack --version

COPY docker_entrypoint.sh /bin/
COPY docker_entrypoint.sh /bin

RUN set -x \
chmod +x /bin/docker_entrypoint.sh

ENTRYPOINT ["/bin/docker_entrypoint.sh"]
CMD ["-no-superuser-check"]
5 changes: 4 additions & 1 deletion 17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ RUN set -eux; \
\
pg_repack --version

COPY docker_entrypoint.sh /bin/
COPY docker_entrypoint.sh /bin

RUN set -x \
chmod +x /bin/docker_entrypoint.sh

ENTRYPOINT ["/bin/docker_entrypoint.sh"]
CMD ["-no-superuser-check"]

0 comments on commit 3850be9

Please sign in to comment.