Packer Plugin Nebius provides a Nebius Compute builder for creating custom images from base images. The plugin is designed to integrate cleanly into standard Packer workflows via packer init and the required plugin block. Configuration focuses on explicit control of base images, instance shape, and image metadata. The builder is optimized for repeatable image pipelines in Nebius projects. Example usage is included to help you get started quickly. © Nebius BV, 2026.
Add the plugin to your Packer configuration and run packer init:
packer {
required_plugins {
nebius = {
source = "github.com/nebius/nebius"
version = ">= 0.0.1"
}
}
}Or install a local build:
packer plugins install --path packer-plugin-nebius github.com/nebius/nebiusKey settings:
parent_id- Project or folder to place resources in.service_account-public_key_id,account_id, and one ofprivate_keyorprivate_key_file.base_image-idorfamily.disk-size_gibibytes(minimum 10), optionaltype.network-associate_public_ip_address(optional, auto allocation) orpublic_allocation_id(optional, preallocated public ID).instance-platformandpreset.image-name(required), optional family metadata.ssh_username- required; onlysshcommunicator is supported.
Example is available in example/build.pkr.hcl.
go build -ldflags="-X github.com/hashicorp/packer-plugin-nebius/version.VersionPrerelease=dev" -o packer-plugin-nebiusPKR_VAR_nb_parent_id=project_id PKR_VAR_nb_token=token make testaccpacker-plugin-nebius is not created nor endorsed by HashiCorp or IBM Corporation. Nebius B.V. is not affiliated with HashiCorp or IBM Corporation.