Skip to content

Commit

Permalink
CRW-3487 update to php8.0
Browse files Browse the repository at this point in the history
Change-Id: I358899abc0675c95edcd4bd1ae6500744cd473c6
Signed-off-by: Nick Boldt <[email protected]>
  • Loading branch information
nickboldt committed Dec 7, 2022
1 parent 266444f commit 50829e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions devspaces-udi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ENV \
HOME=/home/user \
NODEJS_VERSION="16" \
PYTHON_VERSION="3.9" \
PHP_VERSION="7.3" \
PHP_VERSION="8.0" \
XDEBUG_VERSION="3.1.6"
LD_LIBRARY_PATH="/usr/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}" \
CPATH="/usr/include${CPATH:+:${CPATH}}" \
Expand Down Expand Up @@ -268,7 +268,7 @@ RUN \
xdebug.client_port = 9000\n\
xdebug.mode = debug\n\
xdebug.start_with_request = yes\n\
xdebug.remote_log=/tmp/xdebug.log" > /etc/php.ini && \
xdebug.log=/tmp/xdebug.log" > /etc/php.ini && \
# set up httpd
sed -i 's/opt\/app-root\/src/projects/' /etc/httpd/conf/httpd.conf && \
sed -i 's/#DocumentRoot/DocumentRoot/' /etc/httpd/conf/httpd.conf && \
Expand Down
4 changes: 2 additions & 2 deletions devspaces-udi/build/php_xdebug.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM ubi8-minimal:latest
USER root
ENV \
HOME=/home/user \
PHP_VERSION="7.4" \
PHP_VERSION="8.0" \
XDEBUG_VERSION="3.1.6"

RUN \
Expand Down Expand Up @@ -44,7 +44,7 @@ RUN \
xdebug.client_port = 9000\n\
xdebug.mode = debug\n\
xdebug.start_with_request = yes\n\
xdebug.remote_log=/tmp/xdebug.log" > /etc/php.ini && \
xdebug.log=/tmp/xdebug.log" > /etc/php.ini && \
# set up httpd
sed -i 's/opt\/app-root\/src/projects/' /etc/httpd/conf/httpd.conf && \
sed -i 's/#DocumentRoot/DocumentRoot/' /etc/httpd/conf/httpd.conf && \
Expand Down

0 comments on commit 50829e2

Please sign in to comment.