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 =
<<~CODE
  RUN pecl install mcrypt
  RUN echo extension=mcrypt.so > "$PHP_INI_DIR/conf.d/mcrypt.ini"
CODE
PHP_VERSION =
::Gem::Version.new('7')
XDEBUG_PECL_PACKAGE =
'xdebug-3.1.6'

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 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

#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