Skip to content

cli: image create is missing architecture flag #833

Closed
@robinschneider

Description

@robinschneider

Description

The STACKIT cli is missing a flag for an architecture when creating an image:
stackit image create --architecture arm64
This is currently not possible, allowing amd64 images only, since this is the default value and the --architecture is not supported. It is supported in IaaS API.

Steps to reproduce

  1. Run stackit image create --os-version 4230.2.0 --name arm64-image --disk-format=qcow2 --local-file-path=path/to/any/arm64/image.img --os linux --os-distro coreos --project-id <project-id>
  2. Create an arm64 server using the image from the step above

Actual behavior

arm64 image is configured as amd64 architecture and have a non matching disk type.

Expected behavior

arm64 image will get a disk configured for arm64 and server creation is successful.

Environment

  • OS: MacOS
  • Version of STACKIT CLI (see stackit --version): 0.34.5 (2025-06-17)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions