Skip to content

Commit 41ce3da

Browse files
committed
Refactor Dockerfile comments for PostgreSQL 18 support and clean up variable declaration in push_images script
1 parent cfc1063 commit 41ce3da

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ci/push_images

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525

2626
echo "${DOCKERHUB_PASSWORD}" | docker login -u "${DOCKERHUB_USER_NAME}" --password-stdin
2727

28-
declare args=""
28+
declare args
2929

3030
while read -r line; do
3131
IFS=',' read -r os release <<< "$line"

dockerfiles/debian-bookworm-all/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ RUN set -ex \
130130
&& echo 'eval "$(pyenv init -)"' >> ~/.bashrc
131131

132132

133-
# Added for pg18 beta package support.
133+
# Added for pg18 package support.
134134
ENV DEB_PG_SUPPORTED_VERSIONS="10 11 12 13 14 15 16 17 18"
135135

136136
# place scripts on path and declare output volume

dockerfiles/debian-bullseye-all/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ RUN set -ex \
131131
&& echo 'eval "$(pyenv init -)"' >> ~/.bashrc
132132

133133

134-
# Added for pg18 beta package support.
134+
# Added for pg18 package support.
135135
ENV DEB_PG_SUPPORTED_VERSIONS="10 11 12 13 14 15 16 17 18"
136136

137137
# place scripts on path and declare output volume

dockerfiles/debian-trixie-all/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ RUN set -ex \
131131
&& echo 'eval "$(pyenv init -)"' >> ~/.bashrc
132132

133133

134-
# Added for pg18 beta package support.
134+
# Added for pg18 package support.
135135
ENV DEB_PG_SUPPORTED_VERSIONS="10 11 12 13 14 15 16 17 18"
136136

137137
# place scripts on path and declare output volume

templates/Dockerfile-deb.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ RUN set -ex \
131131
&& echo 'eval "$(pyenv init -)"' >> ~/.bashrc
132132

133133

134-
# Added for pg18 beta package support.
134+
# Added for pg18 package support.
135135
ENV DEB_PG_SUPPORTED_VERSIONS="10 11 12 13 14 15 16 17 18"
136136

137137
# place scripts on path and declare output volume

0 commit comments

Comments
 (0)