{"id":20581475,"url":"https://github.com/swissgrc/docker-azure-pipelines-node22-net8","last_synced_at":"2026-03-19T16:30:37.604Z","repository":{"id":245451388,"uuid":"818280328","full_name":"swissgrc/docker-azure-pipelines-node22-net8","owner":"swissgrc","description":"Docker image for running Node.js 22 in an Azure Pipelines container job","archived":false,"fork":false,"pushed_at":"2025-02-14T18:02:26.000Z","size":44,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-14T18:27:22.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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}},"created_at":"2024-06-21T13:45:47.000Z","updated_at":"2025-02-14T18:02:26.000Z","dependencies_parsed_at":"2024-06-22T06:49:36.386Z","dependency_job_id":"9693caa1-f6f0-4585-b1a7-4eee70bfb247","html_url":"https://github.com/swissgrc/docker-azure-pipelines-node22-net8","commit_stats":null,"previous_names":["swissgrc/docker-azure-pipelines-node22-net8"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swissgrc%2Fdocker-azure-pipelines-node22-net8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swissgrc%2Fdocker-azure-pipelines-node22-net8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swissgrc%2Fdocker-azure-pipelines-node22-net8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swissgrc%2Fdocker-azure-pipelines-node22-net8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swissgrc","download_url":"https://codeload.github.com/swissgrc/docker-azure-pipelines-node22-net8/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242206036,"owners_count":20089255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-16T06:28:44.087Z","updated_at":"2026-03-19T16:30:37.549Z","avatar_url":"https://github.com/swissgrc.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker image for running Node.js commands in an 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-node22-net8/blob/main/LICENSE) [![Build](https://img.shields.io/github/actions/workflow/status/swissgrc/docker-azure-pipelines-node22-net8/publish.yml?branch=develop\u0026style=flat-square)](https://github.com/swissgrc/docker-azure-pipelines-node22-net8/actions/workflows/publish.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=swissgrc_docker-azure-pipelines-node22-net8\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=swissgrc_docker-azure-pipelines-node22-net8) [![Pulls](https://img.shields.io/docker/pulls/swissgrc/azure-pipelines-node.svg?style=flat-square)](https://hub.docker.com/r/swissgrc/azure-pipelines-node) [![Stars](https://img.shields.io/docker/stars/swissgrc/azure-pipelines-node.svg?style=flat-square)](https://hub.docker.com/r/swissgrc/azure-pipelines-node)\n\u003c!-- markdownlint-restore --\u003e\n\nDocker image to run Node.js commands in [Azure Pipelines container jobs].\n\n## Usage\n\nThis image can be used to run Node.js 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 Azure CLI command:\n\n```yaml\n  - stage: deploy\n    jobs:\n      - deployment: runAzureCLI\n        container: swissgrc/azure-pipelines-node:latest-22-net8\n        environment: smarthotel-dev\n        strategy:\n          runOnce:\n            deploy:\n              steps:\n                - bash: |\n                    node --version\n```\n\n## Included Software\n- [swissgrc/azure-pipelines-dotnet:8](https://github.com/swissgrc/docker-azure-pipelines-dotnet-8) as base image\n- Node.js 22\n- Yarn\n\n## Tags\n\n| Tag              | Description                                            | Size                                                                                                                                  |\n|------------------|--------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|\n| latest-22-net8   | Latest stable release (from `main` branch)             | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/latest-22-net8?style=flat-square)   |\n| unstable-22-net8 | Latest unstable release (from `develop` branch)        | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-node/unstable-22-net8?style=flat-square) |\n| x.y.z-net8       | Image for a specific version of Node.js                |                                                                                                                                       |\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-node22-net8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswissgrc%2Fdocker-azure-pipelines-node22-net8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswissgrc%2Fdocker-azure-pipelines-node22-net8/lists"}