Skip to content

Commit

Permalink
feat: semantic vers for bitnami (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Oct 13, 2023
1 parent a1a1fa0 commit d603825
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package: [bitnami/postgres, postgres/postgres]
package: [bitnami/postgresql, postgres/postgres]
tag: [12, 13, 14, 15, 16]
timeout-minutes: 10
steps:
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package: [bitnami/postgres, postgres/postgres]
package: [bitnami/postgresql, postgres/postgres]
steps:
- uses: actions/delete-package-versions@v4
with:
Expand Down
5 changes: 0 additions & 5 deletions bitnami/postgres/16/Dockerfile

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql:15
FROM bitnami/postgresql:12.16.0

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down
5 changes: 5 additions & 0 deletions bitnami/postgresql/13/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM bitnami/postgresql:13.12.0

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
USER postgres
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql:12
FROM bitnami/postgresql:14.9.0

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql:13
FROM bitnami/postgresql:15.4.0

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/postgresql:14
FROM bitnami/postgresql:16.0.0

# Health check and non-privileged user
HEALTHCHECK --interval=15s --timeout=5s --retries=3 CMD [ "pg_isready" ]
Expand Down

0 comments on commit d603825

Please sign in to comment.