Updated apache alpine dockerfile
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:cli os:alpine os_version:3.12 php_ver_short:7 php_version:7.3 with_database:false with_server:false]) (push) Successful in 52s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:cli os:alpine os_version:3.15 php_ver_short:7 php_version:7.4 with_database:false with_server:false]) (push) Successful in 1m1s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:cli os:alpine os_version:3.9 php_ver_short:7 php_version:7.2 with_database:false with_server:false]) (push) Successful in 53s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:full os:alpine os_version:3.12 php_ver_short:7 php_version:7.3 with_database:false with_server:apache]) (push) Successful in 1m31s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:full os:alpine os_version:3.12 php_ver_short:7 php_version:7.3 with_database:false with_server:false]) (push) Successful in 1m6s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:full os:alpine os_version:3.12 php_ver_short:7 php_version:7.3 with_database:mysql with_server:apache]) (push) Successful in 1m49s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:full os:alpine os_version:3.12 php_ver_short:7 php_version:7.3 with_database:postgresql with_server:apache]) (push) Successful in 1m8s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:full os:alpine os_version:3.15 php_ver_short:7 php_version:7.4 with_database:false with_server:apache]) (push) Successful in 1m17s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:full os:alpine os_version:3.15 php_ver_short:7 php_version:7.4 with_database:false with_server:false]) (push) Successful in 1m6s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:full os:alpine os_version:3.15 php_ver_short:7 php_version:7.4 with_database:mysql with_server:apache]) (push) Successful in 1m21s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:full os:alpine os_version:3.15 php_ver_short:7 php_version:7.4 with_database:postgresql with_server:apache]) (push) Successful in 1m17s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:full os:alpine os_version:3.9 php_ver_short:7 php_version:7.2 with_database:false with_server:apache]) (push) Successful in 1m11s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:full os:alpine os_version:3.9 php_ver_short:7 php_version:7.2 with_database:false with_server:false]) (push) Successful in 1m9s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:full os:alpine os_version:3.9 php_ver_short:7 php_version:7.2 with_database:mysql with_server:apache]) (push) Successful in 1m11s Details
Build and push PHP 7 container images / Build PHP 7 container images (map[mode:full os:alpine os_version:3.9 php_ver_short:7 php_version:7.2 with_database:postgresql with_server:apache]) (push) Has been cancelled Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-27 13:42:45 +07:00
parent a30e4283be
commit 64f3803b5f
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ENV COMPOSER_VERSION=${COMPOSER_VERSION}
WORKDIR /root WORKDIR /root
ADD 7/scripts/alpine-setup.sh /tmp/setup.sh ADD 7/scripts/alpine-setup.sh /tmp/setup.sh
ADD scripts/entrypoint.sh /usr/local/bin/ ADD scripts/apache-entrypoint.sh /usr/local/bin/entrypoint.sh
ADD https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar /usr/local/bin/composer ADD https://github.com/composer/composer/releases/download/${COMPOSER_VERSION}/composer.phar /usr/local/bin/composer
# Create directory, and install required php app # Create directory, and install required php app