Skip to content

Commit fb9f4d8

Browse files
authored
v2.3.7 (#70)
Minor updates * Using latest base image Build updates * Don't publish to ghcr.io
1 parent 25c2b6f commit fb9f4d8

File tree

8 files changed

+6
-14
lines changed

8 files changed

+6
-14
lines changed

.github/workflows/dev.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ jobs:
6767
tags: |
6868
bfren/postgresql:postgresql${{ matrix.postgresql }}-dev
6969
bfren/postgresql:postgresql${{ matrix.postgresql }}-${{ steps.version.outputs.contents }}-beta
70-
ghcr.io/bfren/postgresql:postgresql${{ matrix.postgresql }}-dev
71-
ghcr.io/bfren/postgresql:postgresql${{ matrix.postgresql }}-${{ steps.version.outputs.contents }}-beta
7270
-
7371
name: Image digest
7472
run: echo ${{ steps.docker_build.outputs.digest }}

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ jobs:
8282
bfren/postgresql:postgresql${{ matrix.postgresql }}-${{ steps.version.outputs.contents }}
8383
bfren/postgresql:postgresql${{ steps.postgresql_minor.outputs.contents }}
8484
bfren/postgresql:postgresql${{ steps.postgresql_minor.outputs.contents }}-${{ steps.version.outputs.contents }}
85-
ghcr.io/bfren/postgresql:postgresql${{ matrix.postgresql }}
86-
ghcr.io/bfren/postgresql:postgresql${{ matrix.postgresql }}-${{ steps.version_major.outputs.contents }}
87-
ghcr.io/bfren/postgresql:postgresql${{ matrix.postgresql }}-${{ steps.version_minor.outputs.contents }}
88-
ghcr.io/bfren/postgresql:postgresql${{ matrix.postgresql }}-${{ steps.version.outputs.contents }}
89-
ghcr.io/bfren/postgresql:postgresql${{ steps.postgresql_minor.outputs.contents }}
90-
ghcr.io/bfren/postgresql:postgresql${{ steps.postgresql_minor.outputs.contents }}-${{ steps.version.outputs.contents }}
9185
-
9286
name: Image digest
9387
run: echo ${{ steps.docker_build.outputs.digest }}

12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.17-4.4.6
1+
FROM bfren/alpine-s6:alpine3.17-4.4.7
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.17-4.4.6
1+
FROM bfren/alpine-s6:alpine3.17-4.4.7
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

14/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.17-4.4.6
1+
FROM bfren/alpine-s6:alpine3.17-4.4.7
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

15/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/alpine-s6:alpine3.17-4.4.6
1+
FROM bfren/alpine-s6:alpine3.17-4.4.7
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-postgresql"
44

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.6
1+
2.3.7

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
BASE_REVISION="4.4.6"
7+
BASE_REVISION="4.4.7"
88
echo "Base: ${BASE_REVISION}"
99

1010
POSTGRESQL_VERSIONS="12 13 14 15"

0 commit comments

Comments
 (0)