Skip to content

Commit

Permalink
use insights copr repo for aditional packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMraka committed Oct 7, 2024
1 parent 6b519b4 commit 5a34bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG INSTALL_TOOLS=no

# install build, development and test environment
RUN curl -o /etc/yum.repos.d/postgresql.repo \
https://copr.fedorainfracloud.org/coprs/mmraka/postgresql-16/repo/epel-9/mmraka-postgresql-16-epel-9.repo
https://copr.fedorainfracloud.org/coprs/g/insights/postgresql-16/repo/epel-9/group_insights-postgresql-16-epel-9.repo

RUN dnf install -y go-toolset postgresql diffutils rpm-devel pg_repack

Expand Down
2 changes: 1 addition & 1 deletion dev/database/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/cloudservices/postgresql-rds:16-4649c84
# install pg_repack
USER root
RUN curl -o /etc/yum.repos.d/postgresql.repo \
https://copr.fedorainfracloud.org/coprs/mmraka/postgresql-16/repo/epel-8/mmraka-postgresql-16-epel-8.repo
https://copr.fedorainfracloud.org/coprs/g/insights/postgresql-16/repo/epel-8/group_insights-postgresql-16-epel-8.repo
RUN dnf install -y pg_repack

ADD /dev/database/init.sh /docker-entrypoint-initdb.d/
Expand Down

0 comments on commit 5a34bd2

Please sign in to comment.