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

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

The following software is additionally available in the image:

Software Included since
Azure Cli 1.8.6
Git 1.8.6
.NET 1.8.6
Docker CLI 1.8.6

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 .

Tags

Tag Description Base Image Packer Size
latest Latest stable release (from main branch) swissgrc/azure-pipelines-azurecli:2.61.0-net8 1.11.0 Docker Image Size (tag)
unstable Latest unstable release (from develop branch) swissgrc/azure-pipelines-azurecli:2.61.0-net8 1.11.0 Docker Image Size (tag)
1.8.6 Packer 1.8.6 swissgrc/azure-pipelines-azurecli:2.46.0 1.8.6 Docker Image Size (tag)
1.8.7 Packer 1.8.7 swissgrc/azure-pipelines-azurecli:2.48.1 1.8.7 Docker Image Size (tag)
1.9.0 Packer 1.9.0 swissgrc/azure-pipelines-azurecli:2.49.0 1.9.0 Docker Image Size (tag)
1.9.1 Packer 1.9.1 swissgrc/azure-pipelines-azurecli:2.50.0-net6 1.9.1 Docker Image Size (tag)
1.9.2 Packer 1.9.2 swissgrc/azure-pipelines-azurecli:2.50.0-net6 1.9.2 Docker Image Size (tag)
1.9.3 Packer 1.9.3 swissgrc/azure-pipelines-azurecli:2.50.0-net6 1.9.3 Docker Image Size (tag)
1.9.4 Packer 1.9.4 swissgrc/azure-pipelines-azurecli:2.51.0-net6 1.9.4 Docker Image Size (tag)
1.10.0 Packer 1.10.0 swissgrc/azure-pipelines-azurecli:2.55.0-net6 1.10.0 Docker Image Size (tag)
1.10.1 Packer 1.10.1 swissgrc/azure-pipelines-azurecli:2.56.0-net8 1.10.1 Docker Image Size (tag)
1.10.2 Packer 1.10.2 swissgrc/azure-pipelines-azurecli:2.57.0-net8 1.10.2 Docker Image Size (tag)
1.10.3 Packer 1.10.3 swissgrc/azure-pipelines-azurecli:2.59.0-net8 1.10.3 Docker Image Size (tag)
1.11.0 Packer 1.11.0 swissgrc/azure-pipelines-azurecli:2.61.0-net8 1.11.0 Docker Image Size (tag)