{"id":20581474,"url":"https://github.com/swissgrc/docker-azure-pipelines-packer","last_synced_at":"2026-04-13T14:01:21.200Z","repository":{"id":152673535,"uuid":"625852754","full_name":"swissgrc/docker-azure-pipelines-packer","owner":"swissgrc","description":"🐳 Docker image for running Packer commands in an Azure Pipelines container job","archived":false,"fork":false,"pushed_at":"2026-04-13T12:15:34.000Z","size":84,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-04-13T12:30:22.507Z","etag":null,"topics":["azure-cli","azure-devops","azure-pipelines","docker","hacktoberfest","packer"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/swissgrc/azure-pipelines-packer","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swissgrc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-10T08:44:24.000Z","updated_at":"2026-04-13T12:15:23.000Z","dependencies_parsed_at":"2023-12-23T22:46:27.536Z","dependency_job_id":"9a6736fa-2f6f-4548-8463-76a801c4c4b8","html_url":"https://github.com/swissgrc/docker-azure-pipelines-packer","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/swissgrc/docker-azure-pipelines-packer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swissgrc%2Fdocker-azure-pipelines-packer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swissgrc%2Fdocker-azure-pipelines-packer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swissgrc%2Fdocker-azure-pipelines-packer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swissgrc%2Fdocker-azure-pipelines-packer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swissgrc","download_url":"https://codeload.github.com/swissgrc/docker-azure-pipelines-packer/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swissgrc%2Fdocker-azure-pipelines-packer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31755536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure-cli","azure-devops","azure-pipelines","docker","hacktoberfest","packer"],"created_at":"2024-11-16T06:28:43.872Z","updated_at":"2026-04-13T14:01:21.189Z","avatar_url":"https://github.com/swissgrc.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker image for running Packer commands in Azure Pipelines container job\n\n\u003c!-- markdownlint-disable MD013 --\u003e\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/swissgrc/docker-azure-pipelines-packer/blob/main/LICENSE) [![Build](https://img.shields.io/github/actions/workflow/status/swissgrc/docker-azure-pipelines-packer/publish.yml?branch=develop\u0026style=flat-square)](https://github.com/swissgrc/docker-azure-pipelines-packer/actions/workflows/publish.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=swissgrc_docker-azure-pipelines-packer\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=swissgrc_docker-azure-pipelines-packer) [![Pulls](https://img.shields.io/docker/pulls/swissgrc/azure-pipelines-packer.svg?style=flat-square)](https://hub.docker.com/r/swissgrc/azure-pipelines-packer) [![Stars](https://img.shields.io/docker/stars/swissgrc/azure-pipelines-packer.svg?style=flat-square)](https://hub.docker.com/r/swissgrc/azure-pipelines-packer)\n\u003c!-- markdownlint-restore --\u003e\n\nDocker image to run Packer commands in [Azure Pipelines container jobs].\n\n## Usage\n\nThis image can be used to run Packer commands in [Azure Pipelines container jobs].\n\n### Azure Pipelines Container Job\n\nTo use the image in an Azure Pipelines Container Job, add one of the following example tasks and use it with the `container` property.\n\nThe following example shows the container used for a deployment step with a Packer command\n\n```yaml\n  - stage: deploy\n    jobs:\n      - deployment: buildPacker\n        container: swissgrc/azure-pipelines-packer:latest\n        environment: smarthotel-dev\n        strategy:\n          runOnce:\n            deploy:\n              steps:\n                - bash: |\n                    packer build .\n```\n\n## Included Software\n- [swissgrc/azure-pipelines-azurecli:net10](https://github.com/swissgrc/docker-azure-pipelines-azurecli-net10) as base image\n- Packer\n\n## Tags\n\n| Tag      | Description                                           | Size                                                                                                                            |\n|----------|-------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|\n| latest   | Latest stable release (from `main` branch)            | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/latest?style=flat-square)   |\n| unstable | Latest unstable release (from `develop` branch)       | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-packer/unstable?style=flat-square) |\n| x.y.z    | Image for a specific version of Packer                |                                                                                                                                 |\n\n[Azure Pipelines container jobs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswissgrc%2Fdocker-azure-pipelines-packer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswissgrc%2Fdocker-azure-pipelines-packer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswissgrc%2Fdocker-azure-pipelines-packer/lists"}