Skip to content

Register Citrix Packer plugin (packer/citrix/citrix) #13644

Description

@xiy-citrix

Description

Packer plugin for Citrix products. Currently provides a builder and provisioner for Citrix App Layering (ELM) that automate layer creation and revision workflows via the ELM SOAP API. The plugin is designed to be extended with additional Citrix product integrations in the future.

Repository: https://github.com/citrix/packer-plugin-citrix

Integration Identifier: packer/citrix/citrix

Components:

Type Name Slug
Builder Citrix App Layering applayering
Provisioner Citrix Layer Artifact layerartifact

Details:

  • Organization: Citrix (github.com/citrix)
  • License: Apache-2.0
  • Go module: github.com/citrix/packer-plugin-citrix
  • Packer Plugin SDK: v0.6.4
  • Supported platforms: Windows amd64
  • Release workflow: GoReleaser with GPG signing via GitHub Actions

Plugin Source (HCL):

packer {
  required_plugins {
    citrix = {
      version = ">= 1.0.0"
      source  = "github.com/citrix/citrix"
    }
  }
}

We would like to register this plugin on the Packer Integrations portal so users can discover it.

Integration Tier

Community

Checklist

  • Has valid metadata.hcl file in plugin repository.
  • Has added integration scripts packer-plugin-scaffolding to plugin repository.
  • Has added top-level integration README.md file to plugin docs directory.
  • All plugins components have one README.md describing their usage.
  • Has a fully synced .web-docs directory ready for publishing to the integrations portal.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    integration-requestRequest to register new Packer integration

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions