Class: Buildizer::Os::Ubuntu1604
- Defined in:
- lib/buildizer/os/ubuntu1604.rb
Instance Attribute Summary
Attributes inherited from Ubuntu
Attributes inherited from Base
Instance Method Summary collapse
- #codename ⇒ Object
-
#initialize(docker, **kwargs) ⇒ Ubuntu1604
constructor
A new instance of Ubuntu1604.
Methods inherited from Ubuntu
#build_deb_instructions, #build_dep, #fpm_extra_params, #fpm_output_type, #install_test_package_instructions, #name, #native_build_instructions, #package_cloud_os_version, #patch_build_instructions, #prepare_test_container_instructions, #target_package_spec
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) ⇒ Ubuntu1604
Returns a new instance of Ubuntu1604.
4 5 6 |
# File 'lib/buildizer/os/ubuntu1604.rb', line 4 def initialize(docker, **kwargs) super(docker, '16.04', **kwargs) end |
Instance Method Details
#codename ⇒ Object
8 9 10 |
# File 'lib/buildizer/os/ubuntu1604.rb', line 8 def codename 'xenial' end |