8000 feat: explicit create /var/lib/postgresql (#1376) · hscmgroup/postgres@039c470 · GitHub
[go: up one dir, main page]

Skip to content

Commit 039c470

Browse files
authored
feat: explicit create /var/lib/postgresql (supabase#1376)
* feat: explicit create /var/lib/postgresql * chore: rename
1 parent 2692c34 commit 039c470

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/dockerhub-release-15-6.yml renamed to .github/workflows/dockerhub-release-15-8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
platforms: linux/${{ matrix.arch }}
6161
cache-from: type=gha,scope=${{ github.ref_name }}-latest-${{ matrix.arch }}
6262
cache-to: type=gha,mode=max,scope=${{ github.ref_name }}-latest-${{ matrix.arch }}
63-
file: "Dockerfile-156"
63+
file: "Dockerfile-158"
6464
- name: Slack Notification
6565
if: ${{ failure() }}
6666
uses: rtCamp/action-slack-notify@v2

Dockerfile-156 renamed to Dockerfile-158

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,9 @@ WORKDIR /
7575
RUN mkdir -p /usr/lib/postgresql/bin \
7676
/usr/lib/postgresql/share/postgresql \
7777
/usr/share/postgresql \
78-
# /usr/lib/postgresql/share/postgresql/contrib \
79-
#/usr/lib/postgresql/share/postgresql/timezonesets \
80-
#/usr/lib/postgresql/share/postgresql/tsearch_data \
81-
# /usr/lib/postgresql/share/postgresql/extension \
78+
/var/lib/postgresql \
8279
&& chown -R postgres:postgres /usr/lib/postgresql \
80+
&& chown -R postgres:postgres /var/lib/postgresql \
8381
&& chown -R postgres:postgres /usr/share/postgresql
8482

8583
# Create symbolic links

0 commit comments

Comments
 (0)
0