File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525
2626echo " ${DOCKERHUB_PASSWORD} " | docker login -u " ${DOCKERHUB_USER_NAME} " --password-stdin
2727
28- declare args= " "
28+ declare args
2929
3030while read -r line; do
3131 IFS=' ,' read -r os release <<< " $line"
Original file line number Diff line number Diff 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.
134134ENV DEB_PG_SUPPORTED_VERSIONS="10 11 12 13 14 15 16 17 18"
135135
136136# place scripts on path and declare output volume
Original file line number Diff line number Diff 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.
135135ENV DEB_PG_SUPPORTED_VERSIONS="10 11 12 13 14 15 16 17 18"
136136
137137# place scripts on path and declare output volume
Original file line number Diff line number Diff 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.
135135ENV DEB_PG_SUPPORTED_VERSIONS="10 11 12 13 14 15 16 17 18"
136136
137137# place scripts on path and declare output volume
Original file line number Diff line number Diff 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.
135135ENV DEB_PG_SUPPORTED_VERSIONS="10 11 12 13 14 15 16 17 18"
136136
137137# place scripts on path and declare output volume
You can’t perform that action at this time.
0 commit comments