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

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_version, #platform_stereotype_tag, #write_in_provide_dir

Methods inherited from Docker::Image

#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