Class: Avmtrf1::Php::DockerImages::V8

Inherits:
V7V4 show all
Defined in:
lib/avmtrf1/php/docker_images/v8.rb

Constant Summary collapse

PHP_VERSION =
::Gem::Version.new('8')
XDEBUG_PECL_PACKAGE =
'xdebug'

Constants inherited from V7V4

Avmtrf1::Php::DockerImages::V7V4::GD_OPTION_PARSER, Avmtrf1::Php::DockerImages::V7V4::GD_OPTION_REJECT

Constants inherited from V7

Avmtrf1::Php::DockerImages::V7::MCRYPT_INSTALL

Constants inherited from Base

Base::GD_OPTIONS, Base::PLATFORM_STEREOTYPE_TAG

Constants inherited from Docker::Image

Docker::Image::APT_SETUP, Docker::Image::DEBIAN_STRETCH_APT_SETUP, Docker::Image::DEBIAN_STRETCH_FIX_SOURCES

Instance Method Summary collapse

Methods inherited from V7V4

#gd_option_replace, #gd_options

Methods inherited from V7

#mcrypt_install

Methods inherited from Base

#gd_options, #php_dist_curl_args, php_version, #platform_stereotype_tag, #write_in_provide_dir, #xdebug_install

Methods inherited from Docker::Image

#apt_setup, #debian_stretch_apt_setup, #generator_version, #platform_stereotype_tag, #stereotype_tag

Instance Method Details

#xdebug_pecl_packageObject



13
14
15
# File 'lib/avmtrf1/php/docker_images/v8.rb', line 13

def xdebug_pecl_package
  XDEBUG_PECL_PACKAGE
end