Skip to content

Commit 2c95d9d

Browse files
committed
improve alpine template & make update
1 parent fe3603a commit 2c95d9d

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

Diff for: 10-3.2/alpine/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ RUN set -eux \
105105
# for the buildx/qemu workflow
106106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108+
&& echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110111
; \

Diff for: 11-3.3/alpine/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ RUN set -eux \
105105
# for the buildx/qemu workflow
106106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108+
&& echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110111
; \

Diff for: 12-3.3/alpine/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ RUN set -eux \
105105
# for the buildx/qemu workflow
106106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108+
&& echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110111
; \

Diff for: 13-3.3/alpine/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ RUN set -eux \
105105
# for the buildx/qemu workflow
106106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108+
&& echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110111
; \

Diff for: 14-3.3/alpine/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ RUN set -eux \
105105
# for the buildx/qemu workflow
106106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108+
&& echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110111
; \

Diff for: 15-3.3/alpine/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ RUN set -eux \
105105
# for the buildx/qemu workflow
106106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108+
&& echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110111
; \

Diff for: Dockerfile.alpine.template

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ RUN set -eux \
105105
# for the buildx/qemu workflow
106106
# with (aarch64 ppc64le) and PG>10 .. we are testing with JIT=OFF to avoid QEMU7.0/BUILDX error
107107
&& echo "WARNING: JIT=OFF testing (aarch64 ppc64le)!" \
108+
&& echo "## WARNING: tested with JIT=OFF (aarch64 ppc64le)!" >> /_pgis_full_version.txt \
108109
&& su postgres -c 'pg_ctl -o "--jit=off" -D /tempdb start' \
109110
&& su postgres -c 'psql -c "SHOW JIT;"' \
110111
; \

0 commit comments

Comments
 (0)