Skip to content

Commit

Permalink
#136: Point to php 5.4 docker hub images.
Browse files Browse the repository at this point in the history
  • Loading branch information
serundeputy authored and pirog committed Jul 10, 2017
1 parent 08766bb commit 3c93541
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 184 deletions.
1 change: 1 addition & 0 deletions docs/services/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Supported versions
* 7.0
* 5.6
* 5.5
* 5.4
* 5.3
* latest
* custom
Expand Down
8 changes: 2 additions & 6 deletions plugins/lando-services/php/5.4-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Basic apache php 5.4 appserver for Lando
#
# docker build -t zajca/apache-php5.4 .
# docker build -t kalabox/php:5.4-apache .

#FROM eugeneware/php-5.4:master
FROM zajca/apache-php5.4:master

# Copy our helpers
COPY docker-php-ext-enable /usr/local/bin/
FROM php:5.4-apache

# Install dependencies we need
RUN apt-get update && apt-get install -y \
Expand Down
5 changes: 1 addition & 4 deletions plugins/lando-services/php/5.4-apache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ A decent cross purpose apache based php 5.4 appserver.
#
# docker build -t kalabox/php:5.4-apache .
FROM eugeneware/php-5.4:master
# Copy our helpers
COPY docker-php-ext-enable /usr/local/bin/
FROM php:5.4-apache
# Install dependencies we need
RUN apt-get update && apt-get install -y \
Expand Down
83 changes: 0 additions & 83 deletions plugins/lando-services/php/5.4-apache/docker-php-ext-enable

This file was deleted.

5 changes: 1 addition & 4 deletions plugins/lando-services/php/5.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
#
# docker build -t kalabox/php:5.4-fpm .

FROM helder/php-5.4

# Copy our helpers
COPY docker-php-ext-* /usr/local/bin/
FROM php:5.4-fpm

# Install dependencies we need
RUN apt-get update && apt-get install -y \
Expand Down
5 changes: 1 addition & 4 deletions plugins/lando-services/php/5.4-fpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ A decent cross purpose fpm based php 5.4 appserver.
#
# docker build -t kalabox/php:5.4-fpm .
FROM helder/php-5.4
# Copy our helpers
COPY docker-php-ext-* /usr/local/bin/
FROM php:5.4-fpm
# Install dependencies we need
RUN apt-get update && apt-get install -y \
Expand Down
83 changes: 0 additions & 83 deletions plugins/lando-services/php/5.4-fpm/docker-php-ext-enable

This file was deleted.

0 comments on commit 3c93541

Please sign in to comment.