Skip to content

Commit

Permalink
fix: support nginx based testing ci dockers for testing nodejs stuff (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller authored Oct 2, 2024
1 parent 62452e5 commit df05199
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docker/library/dockers/dev-php-fpm-8-1-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
#
FROM php:8.1-fpm-buster

# set environment setting to let OpenEMR CI know that unable to test nodejs related stuff since this
# environment can not support a high enough nodejs version.
ENV UNABLE_SUPPORT_OPENEMR_NODEJS = True

# Update
RUN apt-get update

Expand Down
4 changes: 4 additions & 0 deletions docker/library/dockers/dev-php-fpm-8-1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
#
FROM php:8.1-fpm-buster

# set environment setting to let OpenEMR CI know that unable to test nodejs related stuff since this
# environment can not support a high enough nodejs version.
ENV UNABLE_SUPPORT_OPENEMR_NODEJS = True

# Update
RUN apt-get update

Expand Down
4 changes: 4 additions & 0 deletions docker/library/dockers/dev-php-fpm-8-2-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
#
FROM php:8.2-fpm-buster

# set environment setting to let OpenEMR CI know that unable to test nodejs related stuff since this
# environment can not support a high enough nodejs version.
ENV UNABLE_SUPPORT_OPENEMR_NODEJS = True

# Update
RUN apt-get update

Expand Down
4 changes: 4 additions & 0 deletions docker/library/dockers/dev-php-fpm-8-2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
#
FROM php:8.2-fpm-buster

# set environment setting to let OpenEMR CI know that unable to test nodejs related stuff since this
# environment can not support a high enough nodejs version.
ENV UNABLE_SUPPORT_OPENEMR_NODEJS = True

# Update
RUN apt-get update

Expand Down
2 changes: 1 addition & 1 deletion docker/library/dockers/dev-php-fpm-8-4-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# php-fpm Dockerfile build for openemr development docker environment
# This docker is hosted here: https://hub.docker.com/r/openemr/dev-php-fpm/ <tag is 7.2>
#
FROM openemr/dev-php-fpm:pre-build-dev-84
FROM php:8.4-rc-fpm

# Update
RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion docker/library/dockers/dev-php-fpm-8-4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# php-fpm Dockerfile build for openemr development docker environment
# This docker is hosted here: https://hub.docker.com/r/openemr/dev-php-fpm/ <tag is 7.2>
#
FROM openemr/dev-php-fpm:pre-build-dev-84
FROM php:8.4-rc-fpm

# Update
RUN apt-get update
Expand Down

0 comments on commit df05199

Please sign in to comment.