Skip to content

Commit

Permalink
Adds direct packagecloud link
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Jun 5, 2024
1 parent 0371b71 commit c1cf260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-images/almalinux-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ ENV CITUS_VERSION ${CITUS_VERSION}
ENV PG_MAJOR ${PG_MAJOR}


RUN yum update -y
RUN yum update -y


# TODO Parameterize Citus and postgres version
RUN export CITUS_MAJOR_VER=${CITUS_MAJOR_VERSION//./} && \
curl https://install.citusdata.com/community/rpm.sh | bash && \
curl -s https://packagecloud.io/install/repositories/citusdata/community/script.rpm.sh | bash && \
yum install -y citus${CITUS_MAJOR_VER}_${PG_MAJOR}-${CITUS_VERSION}.citus-${FANCY}.${PACKAGE_RELEASE_SUFFIX} \
hll_${PG_MAJOR}-${HLL_VERSION}.${PACKAGE_RELEASE_SUFFIX} \
topn_${PG_MAJOR}-${TOPN_VERSION}.${PACKAGE_RELEASE_SUFFIX}
Expand Down

0 comments on commit c1cf260

Please sign in to comment.