Skip to content

Commit

Permalink
bump 4.5.0-rc2 version.Fix shell issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed May 19, 2025
1 parent 33e0429 commit 1fcdb3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# COMANAGE #
FROM i2incommon/comanage-base:rocky9.5-php8.2.28-shib3.4.1-1-1

ARG COMANAGE_REGISTRY_VERSION
ENV COMANAGE_REGISTRY_VERSION ${COMANAGE_REGISTRY_VERSION:-develop}
Expand All @@ -12,8 +13,6 @@ LABEL comanage_registry_src_url=${COMANAGE_REGISTRY_SRC_URL}
ARG COMANAGE_REGISTRY_DIR
ENV COMANAGE_REGISTRY_DIR ${COMANAGE_REGISTRY_DIR:-/srv/comanage-registry}

FROM i2incommon/comanage-base:rocky9.5-php8.2.28-shib3.4.1-1-1

RUN yum -y update && yum -y install \
busybox \
&& yum clean -y all
Expand Down
2 changes: 1 addition & 1 deletion slashRoot/usr/local/lib/comanage_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ EOF
php_string+="'sslmode' => '${COMANAGE_REGISTRY_DATABASE_POSTGRES_SSLMODE}',"
fi

if [[ "${COMANAGE_REGISTRY_DATASOURCE}" == "Database/Mysql" ]]
if [[ "${COMANAGE_REGISTRY_DATASOURCE}" == "Database/Mysql" ]]; then
if [[ -n "${COMANAGE_REGISTRY_DATABASE_MYSQL_SSL_KEY}" ]]; then
php_string+=$'\n '
php_string+="'ssl_key' => '${COMANAGE_REGISTRY_DATABASE_MYSQL_SSL_KEY}',"
Expand Down

0 comments on commit 1fcdb3c

Please sign in to comment.