Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for public/pre-built images for container based service targets #3240

Closed
Tracked by #2729
wbreza opened this issue Jan 27, 2024 · 0 comments · Fixed by #3269
Closed
Tracked by #2729

Support for public/pre-built images for container based service targets #3240

wbreza opened this issue Jan 27, 2024 · 0 comments · Fixed by #3269
Assignees
Labels
aca Azure Container Apps aks Azure Kubernetes Service
Milestone

Comments

@wbreza
Copy link
Contributor

wbreza commented Jan 27, 2024

Proposal

Users can specify public or fully qualified image references as part of their container app configuration. In the following example a container app will be created using the public nginx image.

Example

# azure.yaml

name: my-project
metadata:
  template: [email protected]
services:
  api:
    host: containerapp
    image: nginx
@wbreza wbreza added aks Azure Kubernetes Service aca Azure Container Apps labels Jan 27, 2024
@rajeshkamal5050 rajeshkamal5050 added this to the February 2024 milestone Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aca Azure Container Apps aks Azure Kubernetes Service
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants