Azure / Azure/container-apps-deploy-pipelines-task

Add support for images from docker hub

Open
#18 2 comments 0 reactions 1 assignee Claimed by @cormacpayne View on GitHub
Dominant language
TypeScript
Stars
6
Forks
15
PR merge metrics
No merged PRs in 30d

Description

It would be cool to have support for images from docker hub.

I could imagine that to look something like this (for public images):
```yml
- task: AzureContainerAppsRC@0
inputs:
azureSubscription: 'azureSubscription'
imageToDeploy: 'docker.io/user/image:$(Build.BuildId)'
useDockerHub: true
containerAppName: 'containerAppName'
resourceGroup: 'resourceGroup'
```

Using docker hub could be implied by the `imageToDeploy` and/or the missing `acrName` and/or a `useDockerHub` property.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.