Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
dralley committed Sep 19, 2023
1 parent 09ccf8d commit c0909ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion images/pulp_ci_centos/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=1
# https://github.com/just-containers/s6-overlay/issues/467
ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0

RUN dnf -y install postgresql && \
RUN dnf module enable postgresql:13 && \
dnf -y install postgresql && \
dnf -y install postgresql-contrib && \
dnf -y install postgresql-server && \
dnf -y install postgresql-upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion images/s6_assets/s6-rc.d/redis/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/execlineb -P
s6-setuidgid redis
/usr/bin/redis-server /etc/redis.conf
/usr/bin/redis-server /etc/redis/redis.conf

0 comments on commit c0909ac

Please sign in to comment.