Coder Social home page Coder Social logo

Comments (9)

mJace avatar mJace commented on June 10, 2024 2

Okay, I can get 1604 and 1804 working locally - it looks like 1404 is out of standard support so I'm making the decision to stop updating the 1404 branch

I don't have the time to keep maintaining it long term and it seems the PHP7 packages have issues

@mJace do you specifically have a need for 1404? OR were you trying to build all of the images and getting issues with 1404

That's okay. I don't have specific needs for 1404.
Also,the @pzhlkj6612 's solution works, I can build 1604 and 1804 locally now.

from docker-lamp.

pzhlkj6612 avatar pzhlkj6612 commented on June 10, 2024 1

Try this: Cannot add PPA. Please check that the PPA name or format is correct - Ask Ubuntu


In addition, the tilde in ~ondrej seems to be caused by an encoding issue.

WARNING: add-apt-repository is broken with non-UTF-8 locales, see
https://github.com/oerdnj/deb.sury.org/issues/56 for workaround:

# LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php

from docker-lamp.

mattrayner avatar mattrayner commented on June 10, 2024 1

I'm not getting the error adding locally, but it can't find the php libraries so it must be having problems
I'll dig into this and let you know what I find

from docker-lamp.

mattrayner avatar mattrayner commented on June 10, 2024 1

Okay, I can get 1604 and 1804 working locally - it looks like 1404 is out of standard support so I'm making the decision to stop updating the 1404 branch

I don't have the time to keep maintaining it long term and it seems the PHP7 packages have issues

from docker-lamp.

mattrayner avatar mattrayner commented on June 10, 2024

Hi, sorry about the delay - I've been really busy at work - I'll take a look at this now

from docker-lamp.

mattrayner avatar mattrayner commented on June 10, 2024

Hi @mJace I can't seem to recreate this locally using the command you provided - can you try again with the latest docker files from master and let me know if you are still having issues?

Thanks,
Matt

from docker-lamp.

mJace avatar mJace commented on June 10, 2024

I'm still having this issues.
Tested on Ubuntu 18.04 with docker 18.06.1-ce
docker-lamp at master branch commit 2ab87be Fix spelling error in circle ci config
I tried to build based on 3 Dockerfile, 14,16,18. And all failed for same reason.

Log for build 18.04 version

Step 13/42 : RUN add-apt-repository -y ppa:ondrej/php &&   apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C &&   apt-get update &&   apt-get -y upgrade &&   apt-get -y install supervisor wget git apache2 php-xdebug libapache2-mod-php mysql-server php-mysql pwgen php-apcu php7.1-mcrypt php-gd php-xml php-mbstring php-gettext zip unzip php-zip curl php-curl &&   apt-get -y autoremove &&   echo "ServerName localhost" >> /etc/apache2/apache2.conf
 ---> Running in d56bfb62f0f5
Cannot add PPA: 'ppa:~ondrej/ubuntu/php'.
ERROR: '~ondrej' user or team does not exist.

Log for building 16.04 version

Step 13/42 : RUN add-apt-repository -y ppa:ondrej/php &&   apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C &&   apt-get update &&   apt-get -y upgrade &&   apt-get -y install supervisor wget git apache2 php-xdebug libapache2-mod-php mysql-server php-mysql pwgen php-apcu php7.1-mcrypt php-gd php-xml php-mbstring php-gettext zip unzip php-zip curl php-curl &&   apt-get -y autoremove &&   echo "ServerName localhost" >> /etc/apache2/apache2.conf
 ---> Running in be2125933a84
Cannot add PPA: 'ppa:~ondrej/ubuntu/php'.
ERROR: '~ondrej' user or team does not exist.

Log for building 14.04 version

Step 13/42 : RUN echo exit 0 > /usr/sbin/policy-rc.d &&   LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php &&   apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C &&   apt-get update &&   apt-get -y upgrade &&   apt-get install -y apache2-mpm-prefork &&   a2dismod mpm_prefork &&   a2dismod mpm_event &&   apt-get -y install supervisor wget git apache2 php-xdebug libapache2-mod-php mysql-server php-mysql pwgen php-apcu php7.1-mcrypt php-gd php-xml php-mbstring php-gettext zip unzip php-zip curl php-curl &&   apt-get -y autoremove &&   echo "ServerName localhost" >> /etc/apache2/apache2.conf
 ---> Running in 4464e2e8c95e
Cannot add PPA: 'ppa:ondrej/php'.
Please check that the PPA name or format is correct.

from docker-lamp.

mattrayner avatar mattrayner commented on June 10, 2024

@mJace do you specifically have a need for 1404? OR were you trying to build all of the images and getting issues with 1404

from docker-lamp.

mattrayner avatar mattrayner commented on June 10, 2024

I've pushed new code to master that I can get to build with make test - let me know if you are still seeing issues after a new master pull

Sorry for the delay in getting this sorted

from docker-lamp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.