Skip to content

orlo/docker-debian-gcp-php80

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Public Docker image

Features

  • PHP 8.0 via deb.sury.org
  • PHP GRPC module
  • PHP Protobuf module
  • Apache mod_php

See also: https://hub.docker.com/r/socialsigninapp/docker-debian-gcp-php80/

Building

( http_proxy stuff is optional. )

docker build \
    --build-arg=http_proxy="http://192.168.86.66:3128" \
    --build-arg=https_proxy="http://192.168.86.66:3128" \
    --no-cache \
    --rm \
    -t socialsigninapp/docker-debian-gcp-php80:latest \
    -t socialsigninapp/docker-debian-gcp-php80:$(date +%F) \
    --pull \
    .

Todo

  • Link better to Debian/Debsury.org so we rebuild on change of those files

Releases

No releases published

Packages

No packages published