Skip to content

Commit

Permalink
Removes empty spaces from test images
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Sep 21, 2023
1 parent c6dc0f7 commit 76b0ea5
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 82 deletions.
1 change: 0 additions & 1 deletion test-images/centos-7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ USER postgres
WORKDIR ${POSTGRES_HOME}

CMD ["test_internal.sh"]

1 change: 0 additions & 1 deletion test-images/centos-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,3 @@ USER postgres
WORKDIR ${POSTGRES_HOME}

CMD ["test_internal.sh"]

11 changes: 0 additions & 11 deletions test-images/debian-bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,3 @@ USER postgres
WORKDIR ${POSTGRES_HOME}

CMD ["test_internal.sh"]











11 changes: 0 additions & 11 deletions test-images/debian-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,3 @@ USER postgres
WORKDIR ${POSTGRES_HOME}

CMD ["test_internal.sh"]











11 changes: 0 additions & 11 deletions test-images/debian-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,3 @@ USER postgres
WORKDIR ${POSTGRES_HOME}

CMD ["test_internal.sh"]











11 changes: 0 additions & 11 deletions test-images/debian-stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,3 @@ USER postgres
WORKDIR ${POSTGRES_HOME}

CMD ["test_internal.sh"]











1 change: 0 additions & 1 deletion test-images/el-7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@ USER postgres
WORKDIR ${POSTGRES_HOME}

CMD ["test_internal.sh"]

1 change: 0 additions & 1 deletion test-images/el-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ USER postgres
WORKDIR ${POSTGRES_HOME}

CMD ["test_internal.sh"]

1 change: 0 additions & 1 deletion test-images/ol-7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ USER postgres
WORKDIR ${POSTGRES_HOME}

CMD ["test_internal.sh"]

11 changes: 0 additions & 11 deletions test-images/ubuntu-bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,3 @@ USER postgres
WORKDIR ${POSTGRES_HOME}

CMD ["test_internal.sh"]











11 changes: 0 additions & 11 deletions test-images/ubuntu-focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,3 @@ USER postgres
WORKDIR ${POSTGRES_HOME}

CMD ["test_internal.sh"]











11 changes: 0 additions & 11 deletions test-images/ubuntu-jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,3 @@ USER postgres
WORKDIR ${POSTGRES_HOME}

CMD ["test_internal.sh"]











0 comments on commit 76b0ea5

Please sign in to comment.