Skip to content

Commit

Permalink
updates ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ImreSamu committed Oct 30, 2023
1 parent 6f17cba commit c4ef5c3
Show file tree
Hide file tree
Showing 15 changed files with 71 additions and 54 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.git
_*
.jq-template.awk
.template-helper-functions.jq
.vscode/

.git/
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.jq-template.awk
.template-helper-functions.jq
_*
.vscode/
4 changes: 3 additions & 1 deletion 14-3.4-bundle0/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion 15-3.4-bundle0/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions 15-master/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 15-recent/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion 16-3.4-bundle0/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions 16-master/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 16-recent/bookworm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Dockerfile.bundle0.template
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ RUN set -eux \
pgtap \
pgtop \
pspg \
\
vip-manager \
\
postgresql-$PG_MAJOR-asn1oid \
postgresql-$PG_MAJOR-cron \
Expand All @@ -318,8 +318,10 @@ RUN set -eux \
postgresql-$PG_MAJOR-pg-fact-loader \
postgresql-$PG_MAJOR-pg-failover-slots \
postgresql-$PG_MAJOR-pg-stat-kcache \
postgresql-$PG_MAJOR-pg-wait-sampling \
postgresql-$PG_MAJOR-pgaudit \
# postgresql-$PG_MAJOR-pgdg-pgroonga \ # todo: check
postgresql-$PG_MAJOR-pgl-ddl-deploy \
postgresql-$PG_MAJOR-pglogical \
postgresql-$PG_MAJOR-pgmp \
postgresql-$PG_MAJOR-pgpcre \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.master.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG PGIS1_POSTGIS_REPOSITORY=https://github.com/postgis/postgis.git
ARG PGIS1_GEOS_REPOSITORY=https://github.com/libgeos/geos.git
ARG PGIS1_GDAL_REPOSITORY=https://github.com/OSGeo/gdal.git
ARG PGIS1_PROJ_REPOSITORY=https://github.com/OSGeo/PROJ.git
ARG PGIS1_SFCGAL_REPOSITORY=https://gitlab.com/Oslandia/SFCGAL.git
ARG PGIS1_SFCGAL_REPOSITORY=https://gitlab.com/sfcgal/SFCGAL.git
ARG PGIS1_CGAL_REPOSITORY=https://github.com/CGAL/cgal.git

ARG PGIS1_POSTGIS_CHECKOUT={{ .[env.variant].POSTGIS_CHECKOUT }}
Expand Down
2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions apply-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ elif [ "${BASH_SOURCE[0]}" -nt "$jqt" ]; then
wget -qO "$jqt" 'https://github.com/docker-library/bashbrew/raw/9f6a35772ac863a0241f147c820354e4008edf38/scripts/jq-template.awk'
fi

jqf='.template-helper-functions.jq'
if [ -n "${BASHBREW_SCRIPTS:-}" ]; then
jqf="$BASHBREW_SCRIPTS/template-helper-functions.jq"
elif [ "$BASH_SOURCE" -nt "$jqf" ]; then
wget -qO "$jqf" 'https://github.com/docker-library/bashbrew/raw/master/scripts/template-helper-functions.jq'
fi

if [ "$#" -eq 0 ]; then
versions="$(jq -r 'keys | map(@sh) | join(" ")' versions.json)"
eval "set -- $versions"
Expand Down
56 changes: 28 additions & 28 deletions versions.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fi

packagesBase='http://apt.postgresql.org/pub/repos/apt/dists/'
cgal5XGitHash="$(git ls-remote https://github.com/CGAL/cgal.git heads/5.6.x-branch | awk '{ print $1}')"
sfcgalGitHash="$(git ls-remote https://gitlab.com/Oslandia/SFCGAL.git heads/master | awk '{ print $1}')"
sfcgalGitHash="$(git ls-remote https://gitlab.com/sfcgal/SFCGAL.git heads/master | awk '{ print $1}')"
projGitHash="$(git ls-remote https://github.com/OSGeo/PROJ.git heads/master | awk '{ print $1}')"
gdalGitHash="$(git ls-remote https://github.com/OSGeo/gdal.git refs/heads/master | grep '\srefs/heads/master' | awk '{ print $1}')"
geosGitHash="$(git ls-remote https://github.com/libgeos/geos.git heads/main | awk '{ print $1}')"
Expand Down Expand Up @@ -204,7 +204,7 @@ get_latest_version_and_hash "https://github.com/CGAL/cgal" "cgal"
get_latest_version_and_hash "https://github.com/libgeos/geos" "geos"
get_latest_version_and_hash "https://github.com/OSGeo/gdal" "gdal"
get_latest_version_and_hash "https://github.com/OSGeo/PROJ" "proj"
get_latest_version_and_hash "https://gitlab.com/Oslandia/SFCGAL" "sfcgal"
get_latest_version_and_hash "https://gitlab.com/sfcgal/SFCGAL" "sfcgal"

get_latest_version_and_hash "https://github.com/ossc-db/pg_hint_plan" "pg_hint_plan" REL16
get_latest_version_and_hash "https://github.com/ossc-db/pg_hint_plan" "pg_hint_plan" REL15
Expand Down

0 comments on commit c4ef5c3

Please sign in to comment.