Class: Avmtrf1::Php::DockerImages::V7

Inherits:
Base show all
Defined in:
lib/avmtrf1/php/docker_images/v7.rb

Direct Known Subclasses

V7V4

Constant Summary collapse

MCRYPT_INSTALL =
"RUN pecl install mcrypt\nRUN echo extension=mcrypt.so > \"$PHP_INI_DIR/conf.d/mcrypt.ini\"\n"
PHP_VERSION =
::Gem::Version.new('7')
XDEBUG_PECL_PACKAGE =
'xdebug-3.1.6'

Constants inherited from Base

Base::GD_OPTIONS, Base::PLATFORM_STEREOTYPE_TAG

Instance Method Summary collapse

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

#mcrypt_installObject



17
18
19
# File 'lib/avmtrf1/php/docker_images/v7.rb', line 17

def mcrypt_install
  MCRYPT_INSTALL
end

#xdebug_pecl_packageObject



21
22
23
# File 'lib/avmtrf1/php/docker_images/v7.rb', line 21

def xdebug_pecl_package
  XDEBUG_PECL_PACKAGE
end