Skip to content

🐳 Docker image for running Packer commands in an Azure Pipelines container job

License

Notifications You must be signed in to change notification settings

swissgrc/docker-azure-pipelines-packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for running Packer commands in Azure Pipelines container job

License Build Quality Gate Status Pulls Stars

Docker image to run Packer commands in Azure Pipelines container jobs.

Usage

This image can be used to run Packer commands in Azure Pipelines container jobs.

Azure Pipelines Container Job

To use the image in an Azure Pipelines Container Job, add one of the following example tasks and use it with the container property.

The following example shows the container used for a deployment step with a Packer command

  - stage: deploy
    jobs:
      - deployment: buildPacker
        container: swissgrc/azure-pipelines-packer:latest
        environment: smarthotel-dev
        strategy:
          runOnce:
            deploy:
              steps:
                - bash: |
                    packer build .

Included Software

Tags

Tag Description Size
latest Latest stable release (from main branch) Docker Image Size (tag)
unstable Latest unstable release (from develop branch) Docker Image Size (tag)
x.y.z Image for a specific version of Packer