Skip to content

Commit

Permalink
Update TAP images to use PostgreSQL 13 libraries
Browse files Browse the repository at this point in the history
Update the TAP images to use PostgreSQL 13 libraries.
  • Loading branch information
skoranda committed Sep 13, 2021
1 parent 393d226 commit c93516c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion comanage-registry-internet2-tier-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN yum -y update \
mariadb-devel \
openldap-devel \
openssl-devel \
postgresql-devel \
rh-postgresql13-devel \
re2c \
wget \
&& yum clean all
Expand Down
6 changes: 4 additions & 2 deletions comanage-registry-internet2-tier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN yum -y update && yum -y install \
libxslt \
mod_ssl \
mariadb-libs \
postgresql \
rh-postgresql13-postgresql \
python-pip \
shibboleth \
sudo \
Expand Down Expand Up @@ -138,7 +138,9 @@ EXPOSE 80 443
# following line (to prevent other scripts from processing it).
##### ENV TIER_BEACON_OPT_OUT True

ENV TIER_RELEASE=210910
ENV TIER_RELEASE=210913
ENV TIER_MAINTAINER=tier

WORKDIR /srv/comanage-registry

ENTRYPOINT ["docker-supervisord-entrypoint"]

0 comments on commit c93516c

Please sign in to comment.