Problem/Motivation

Base the container on offical container

Proposed resolution

https://hub.docker.com/_/php/

CommentFileSizeAuthor
#9 2609652-02.patch149.04 KBelachlan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

elachlan created an issue. See original summary.

elachlan’s picture

Just noticed there is no official php docker image for php 5.3

elachlan’s picture

Status: Active » Postponed
isntall’s picture

There are, if you look under the Tags tab, 5.3.29 and 5.3.30; but atm what i have does not compile.

I'll what i have, but i don't time left to track this down.

  • isntall committed ede4688 on 2609652-web-5.3-official-container
    Issue #2609652 by isntall: web-5.3 official container
    
elachlan’s picture

Apparently the image is broken and no longer supported.
https://github.com/docker-library/php/pull/20

Apparently End of Life was 14 Aug 2014.
http://php.net/eol.php

isntall’s picture

Well we can re-roll what we already have.

elachlan’s picture

Just make a single dockerfile for php 5.3 that doesn't use web-base?

Should we base it off debian like the php containers or keep ubuntu?

elachlan’s picture

Status: Postponed » Needs work
FileSize
149.04 KB

I merged it all into one docker file.

It needs work. But its a start and it builds.

elachlan’s picture

One improvement would be to remove the downgrade and just install the right version from the start.

isntall’s picture

Status: Needs work » Closed (duplicate)

Moving this work to one branch and issue #2609560: Base DCI containers off official containers