Skip to content

Commit

Permalink
Bump powa-archivist dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rjuju committed Dec 31, 2024
1 parent 8a6cd05 commit e1629f6
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 40 deletions.
10 changes: 5 additions & 5 deletions powa-archivist/10/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ RUN apt-get update && apt-get install -y \
postgresql-contrib-10 \
postgresql-server-dev-10 \
wget \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_4_2_2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_2_1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_5_0_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_3_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/rjuju/pg_track_settings/archive/2.1.2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.5.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.6.tar.gz | tar -xzf - \
&& for f in $(ls); do cd $f; make USE_PGXS=1 install; cd ..; rm -rf $f; done \
&& apt-get purge -y --auto-remove gcc jq make postgresql-server-dev-10 wget \
&& rm -rf /var/lib/apt/lists/*
Expand Down
10 changes: 5 additions & 5 deletions powa-archivist/11/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ RUN apt-get update && apt-get install -y \
postgresql-contrib-11 \
postgresql-server-dev-11 \
wget \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_4_2_2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_2_1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_5_0_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_3_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/rjuju/pg_track_settings/archive/2.1.2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.5.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.6.tar.gz | tar -xzf - \
&& for f in $(ls); do cd $f; make USE_PGXS=1 install; cd ..; rm -rf $f; done \
&& apt-get purge -y --auto-remove gcc jq make postgresql-server-dev-11 wget \
&& rm -rf /var/lib/apt/lists/*
Expand Down
10 changes: 5 additions & 5 deletions powa-archivist/12/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ RUN apt-get update && apt-get install -y \
postgresql-contrib-12 \
postgresql-server-dev-12 \
wget \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_4_2_2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_2_1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_5_0_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_3_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/rjuju/pg_track_settings/archive/2.1.2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.5.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.6.tar.gz | tar -xzf - \
&& for f in $(ls); do cd $f; make USE_PGXS=1 install; cd ..; rm -rf $f; done \
&& apt-get purge -y --auto-remove gcc jq make postgresql-server-dev-12 wget \
&& rm -rf /var/lib/apt/lists/*
Expand Down
10 changes: 5 additions & 5 deletions powa-archivist/13/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ RUN apt-get update && apt-get install -y \
postgresql-contrib-13 \
postgresql-server-dev-13 \
wget \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_4_2_2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_2_1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_5_0_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_3_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/rjuju/pg_track_settings/archive/2.1.2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.5.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.6.tar.gz | tar -xzf - \
&& for f in $(ls); do cd $f; make USE_PGXS=1 install; cd ..; rm -rf $f; done \
&& apt-get purge -y --auto-remove gcc jq make postgresql-server-dev-13 wget \
&& rm -rf /var/lib/apt/lists/*
Expand Down
10 changes: 5 additions & 5 deletions powa-archivist/14/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ RUN apt-get update && apt-get install -y \
postgresql-contrib-14 \
postgresql-server-dev-14 \
wget \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_4_2_2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_2_1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_5_0_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_3_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/rjuju/pg_track_settings/archive/2.1.2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.5.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.6.tar.gz | tar -xzf - \
&& for f in $(ls); do cd $f; make USE_PGXS=1 install; cd ..; rm -rf $f; done \
&& apt-get purge -y --auto-remove gcc jq make postgresql-server-dev-14 wget \
&& rm -rf /var/lib/apt/lists/*
Expand Down
10 changes: 5 additions & 5 deletions powa-archivist/15/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ RUN apt-get update && apt-get install -y \
postgresql-contrib-15 \
postgresql-server-dev-15 \
wget \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_4_2_2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_2_1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_5_0_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_3_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/rjuju/pg_track_settings/archive/2.1.2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.5.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.6.tar.gz | tar -xzf - \
&& for f in $(ls); do cd $f; make USE_PGXS=1 install; cd ..; rm -rf $f; done \
&& apt-get purge -y --auto-remove gcc jq make postgresql-server-dev-15 wget \
&& rm -rf /var/lib/apt/lists/*
Expand Down
10 changes: 5 additions & 5 deletions powa-archivist/16/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ RUN apt-get update && apt-get install -y \
postgresql-contrib-16 \
postgresql-server-dev-16 \
wget \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_4_2_2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_2_1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_5_0_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_3_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/rjuju/pg_track_settings/archive/2.1.2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.5.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.6.tar.gz | tar -xzf - \
&& for f in $(ls); do cd $f; make USE_PGXS=1 install; cd ..; rm -rf $f; done \
&& apt-get purge -y --auto-remove gcc jq make postgresql-server-dev-16 wget \
&& rm -rf /var/lib/apt/lists/*
Expand Down
10 changes: 5 additions & 5 deletions powa-archivist/9.6/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ RUN apt-get update && apt-get install -y \
postgresql-contrib-9.6 \
postgresql-server-dev-9.6 \
wget \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_4_2_2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_2_1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/powa-archivist/archive/REL_5_0_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_qualstats/archive/2.1.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/powa-team/pg_stat_kcache/archive/REL2_3_0.tar.gz | tar -xzf - \
&& wget -O- https://github.com/hypopg/hypopg/archive/1.4.1.tar.gz | tar -xzf - \
&& wget -O- https://github.com/rjuju/pg_track_settings/archive/2.1.2.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.5.tar.gz | tar -xzf - \
&& wget -O- https://github.com/postgrespro/pg_wait_sampling/archive/v1.1.6.tar.gz | tar -xzf - \
&& for f in $(ls); do cd $f; make USE_PGXS=1 install; cd ..; rm -rf $f; done \
&& apt-get purge -y --auto-remove gcc jq make postgresql-server-dev-9.6 wget \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit e1629f6

Please sign in to comment.