Class: Buildizer::Os::Centos6

Inherits:
Centos show all
Defined in:
lib/buildizer/os/centos6.rb

Instance Attribute Summary

Attributes inherited from Centos

#version

Attributes inherited from Base

#docker

Instance Method Summary collapse

Methods inherited from Centos

#add_repo, #build_dep, #build_rpm_instructions, #fpm_extra_params, #fpm_output_type, #install_test_package_instructions, #name, #native_build_instructions, #package_cloud_os_name, #package_cloud_os_version, #patch_build_instructions, #prepare_test_container_instructions, #rpmdev_setuptree_instructions, #target_package_spec, #target_spec_name

Methods inherited from Base

#base_image_name, #base_vendor_image_name, #build_dep, #fpm_extra_params, #fpm_output_type, #install_test_package_instructions, #name, #native_build_instructions, #package_cloud_os_name, #package_cloud_os_version, #patch_build_dep, #patch_build_instructions, #prepare_test_container_instructions, #target_package_spec, #version

Constructor Details

#initialize(docker, **kwargs) ⇒ Centos6

Returns a new instance of Centos6.



4
5
6
# File 'lib/buildizer/os/centos6.rb', line 4

def initialize(docker, **kwargs)
  super(docker, 'centos6', **kwargs)
end