Skip to content
Snippets Groups Projects
Commit 77d71d4e authored by Erick Hitter's avatar Erick Hitter
Browse files

Remove disused PHP 5.3 image

parent e2555945
No related branches found
No related tags found
1 merge request!20Remove disused PHP 5.3 image
Pipeline #4276 passed
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
......@@ -252,22 +252,3 @@ build-php-5.6-dev:
except:
- master
allow_failure: true
# PHP 5.3
build-php-5.3-master:
stage: deploy
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE/php:5.3" ./php/5.3
- docker push "$CI_REGISTRY_IMAGE/php:5.3"
only:
- master
when: manual
build-php-5.3-dev:
stage: deploy
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE/php:5.3-dev" ./php/5.3
- docker push "$CI_REGISTRY_IMAGE/php:5.3-dev"
except:
- master
allow_failure: true
FROM tetraweb/php:5.3
LABEL maintainer="ethitter"
LABEL version="1.0"
RUN apt-get update \
&& apt-get -yqqf install lsb-release zip unzip rsync subversion git mysql-client libicu-dev libpng-dev libbz2-dev libmysqlclient-dev libfreetype6-dev libjpeg-dev libxpm-dev --fix-missing --no-install-recommends \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN docker-php-ext-install mbstring mysqli intl gd zip bz2
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN chmod +x /usr/local/bin/composer
ENV PATH=/root/.composer/vendor/bin:$HOME/.composer/vendor/bin:$PATH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment