Skip to content

Commit

Permalink
chore: remove old version
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Feb 14, 2025
1 parent 58bcb26 commit 2ebe9dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
tags: ${{ steps.image.outputs.NAME }}
build-args: |
PGVERSION=${{ inputs.pg_version }}
PGOLDVERSIONS=${{ inputs.pg_old_versions }}
- name: Test spilo docker image
continue-on-error: true
Expand All @@ -131,3 +132,4 @@ jobs:
platforms: linux/amd64,linux/arm64
build-args: |
PGVERSION=${{ inputs.pg_version }}
PGOLDVERSIONS=
20 changes: 9 additions & 11 deletions postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,16 @@ ARG COMPRESS
ARG PGOLDVERSIONS="12 13 14 15 16"
ARG WITH_PERL=false

ARG DEB_PG_SUPPORTED_VERSIONS="$PGOLDVERSIONS $PGVERSION"

# Install PostgreSQL, extensions and contribs
ENV POSTGIS_VERSION=3.5 \
BG_MON_COMMIT=7f5887218790b263fe3f42f85f4ddc9c8400b154 \
PG_AUTH_MON_COMMIT=fe099eef7662cbc85b0b79191f47f52f1e96b779 \
PG_MON_COMMIT=ead1de70794ed62ca1e34d4022f6165ff36e9a91 \
SET_USER=REL4_1_0 \
PLPROFILER=REL4_2_5 \
PG_PROFILE=4.7 \
ENV POSTGIS_VERSION=3.4 \
BG_MON_COMMIT=ef60961eff92672b1e21f5260dc1211367da6f1f \
PG_AUTH_MON_COMMIT=3d010e5959285c32b155e8064c9c9b57869aeca7 \
PG_MON_COMMIT=a6c5982368edd876edbee01e51b91e7387071e21 \
SET_USER=REL4_0_1 \
PLPROFILER=REL4_2_4 \
PG_PROFILE=4.6 \
PAM_OAUTH2=v1.0.1 \
PG_PERMISSIONS_COMMIT=f4b7c18676fa64236a1c8e28d34a35764e4a70e2
PG_PERMISSIONS_COMMIT=314b9359e3d77c0b2ef7dbbde97fa4be80e31925

WORKDIR /builddeps
RUN bash base.sh
Expand All @@ -75,7 +73,7 @@ COPY --from=dependencies-builder /builddeps/wal-g /usr/local/bin/
COPY build_scripts/patroni_wale.sh build_scripts/compress_build.sh /builddeps/

# Install patroni and wal-e
ENV PATRONIVERSION=4.0.4
ENV PATRONIVERSION=3.3.2
ENV WALE_VERSION=1.1.1

WORKDIR /
Expand Down

0 comments on commit 2ebe9dc

Please sign in to comment.