Giter Site home page Giter Site logo

Comments (3)

SmetDenis avatar SmetDenis commented on August 20, 2024

For PHP 5.6-fpm it works fine
My current os uname -a

Linux web-sandbox 3.13.0-119-generic #166-Ubuntu SMP Wed May 3 12:18:55 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Docker version

$ docker version
Client:
 Version:      17.03.1-ce
 API version:  1.27
 Go version:   go1.7.5
 Git commit:   c6d412e
 Built:        Mon Mar 27 17:10:36 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.03.1-ce
 API version:  1.27 (minimum version 1.12)
 Go version:   go1.7.5
 Git commit:   c6d412e
 Built:        Mon Mar 27 17:10:36 2017
 OS/Arch:      linux/amd64
 Experimental: false

from base-images.

luispabon avatar luispabon commented on August 20, 2024

@SmetDenis looks like your fpm base image is from april, and it's trying to upgrade to june's PHP. This in itself shouldn't be a problem, but since we're tweaking an apt distributed file it's asking for confirmation before overwritting.

I'll work a way to avoid overwritting these files and instead overlaying another one on top or providing with override files to avoid this situation.

In the short term, updating your base fpm image should fix this for you:

docker-compose stop
docker pull phpdockerio/php71-fpm 
docker-compose build 
docker-compose up -d

from base-images.

luispabon avatar luispabon commented on August 20, 2024

@SmetDenis thank you for your report. I have now fixed the base issue, shouldn't re-occur.

from base-images.

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.