Skip to content

Commit

Permalink
feat: explicit create /var/lib/postgresql (#1376)
Browse files Browse the repository at this point in the history
* feat: explicit create /var/lib/postgresql

* chore: rename
  • Loading branch information
samrose authored Dec 16, 2024
1 parent 2692c34 commit 039c470
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
platforms: linux/${{ matrix.arch }}
cache-from: type=gha,scope=${{ github.ref_name }}-latest-${{ matrix.arch }}
cache-to: type=gha,mode=max,scope=${{ github.ref_name }}-latest-${{ matrix.arch }}
file: "Dockerfile-156"
file: "Dockerfile-158"
- name: Slack Notification
if: ${{ failure() }}
uses: rtCamp/action-slack-notify@v2
Expand Down
6 changes: 2 additions & 4 deletions Dockerfile-156 → Dockerfile-158
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,9 @@ WORKDIR /
RUN mkdir -p /usr/lib/postgresql/bin \
/usr/lib/postgresql/share/postgresql \
/usr/share/postgresql \
# /usr/lib/postgresql/share/postgresql/contrib \
#/usr/lib/postgresql/share/postgresql/timezonesets \
#/usr/lib/postgresql/share/postgresql/tsearch_data \
# /usr/lib/postgresql/share/postgresql/extension \
/var/lib/postgresql \
&& chown -R postgres:postgres /usr/lib/postgresql \
&& chown -R postgres:postgres /var/lib/postgresql \
&& chown -R postgres:postgres /usr/share/postgresql

# Create symbolic links
Expand Down

0 comments on commit 039c470

Please sign in to comment.