Islandora-Collaboration-Group / ISLE

Islandora Enterprise (ISLE) is a community project that addresses two of the most significant pain-points in Islandora: installation and maintenance.
https://Islandora-Collaboration-Group.github.io/ISLE/
GNU General Public License v3.0
32 stars 34 forks source link

CentOS 7 build error for apache container #55

Closed hamhpc closed 6 years ago

hamhpc commented 6 years ago

I'm running through the centos instructions and so far they seem to work fine. When I get to the apache container I get this:

[islandora@islandora-dev ISLE]$ docker-compose build apache Building apache Step 1 : FROM ubuntu:14.04 AS ffmpeg_base ERROR: Service 'apache' failed to build: Error parsing reference: "ubuntu:14.04 AS ffmpeg_base" is not a valid repository/tag [islandora@islandora-dev ISLE]$

g7morris commented 6 years ago

@hamhpc Sadly, I'm unable to replicate this error on our test CentOS 7 server. Are you still seeing this issue?

When I run docker-compose build apache the build process starts asap e.g.

docker-compose build apache

Building apache Step 1/31 : FROM ubuntu:14.04 AS ffmpeg_base ---> d6ed29ffda6b Step 2/31 : MAINTAINER ... ---> Running in 60af3bc70f0c Removing intermediate container 60af3bc70f0c ---> ded0068e83f8 Step 3/31 : RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections ---> Running in 38e34ccb9c47 Removing intermediate container 38e34ccb9c47 ---> 177f4c2c8269 Step 4/31 : RUN apt-get update ---> Running in d8d554747f4e Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]

hamhpc commented 6 years ago

Ok no worries... It might just be me then. I'm going to restart the process with a clean slate and see what happens.

hamhpc commented 6 years ago

Ok this is due to using an older version of docker. (I used yum to install it instead of the wget method). Once I had the latest version of docker this works as expected.